Hello Community,
I have been looking for a facebook news feed api, i couldn't find one. All i could find is bits of script for construct my own news feed api.
So thats what i did and i thought i might share the script with you it's a bit messy but it works.
Here is how t use it:
1. Goto https://www.facebook.com/developers and login.
2. Click "Create New App".
3. Enter an app name i've used "NewsFeed" make sure it's valid then leave app namespace blank and web hosting un-ticked then click "Continue".
4. Then copy and paste the script:
Then to get your access token goto https://graph.facebook.com/oauth/access_token?grant_type=client_credentials&client_id=PUT_APP_ID_HERE&client_secret=PUT_APP_SECRET_HERE
I hope you found this tutorial easy to follow, but if you have any question just leave a comment below and i will get back to you.