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
Post a Comment