php - How to get facebook post(keyword search) using API -


i trying facebook public post through keyword search. tried https://graph.facebook.com/oauth/access_token?client_id=your_app_id&client_secret=your_app_secret&grant_type=client_credentials shows error { "error": { "message": "missing redirect_uri parameter.", "type": "oauthexception", "code": 191 } }

is possible post. appreciated

public post search deprecated, there no way search posts (and keywords) anymore: https://developers.facebook.com/docs/apps/changelog


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -