Reputation: 23
I am trying to get facebook public post through keyword search. I tried this https://graph.facebook.com/oauth/access_token?client_id=YOUR_APP_ID&client_secret=YOUR_APP_SECRET&grant_type=client_credentials It shows error { "error": { "message": "Missing redirect_uri parameter.", "type": "OAuthException", "code": 191 } }
Is it possible to get post. Any help would be appreciated
Upvotes: 0
Views: 999
Reputation: 74004
Public Post search is deprecated, there is no way to search for posts (and keywords) anymore: https://developers.facebook.com/docs/apps/changelog
Upvotes: 3