Okay, I'm getting completely confused here.
The facebook API has baffled me and I've not got a single clue what I'm doing, I keep seeing terminology getting slung around like "user your auth token" and such, However I'm clueless on how I go about to get all this setup and working, so without just getting a link pasted as an answer could we get some explanations, almost tutorial-esque responses please.
The situation is as below:
Dev webserver with a cron job setup to download each days posts from a private group to a database (can do this once I've got the feed).
What we've got.
- 1 Admin account for the private Group (not owner)
- 1 App setup on that admin accounts facebook- only to the point where required fields have been entered, so we have a App ID and App Secret.
However, whenever I try gain access to the feed via graph.facebook.com I either get only the ID of the group, or oAuth failed.
The data I want is https://graph.facebook.com/473828522631951?fields=feed&access_token=CAAAAAITEghMBAPeTF7ENB5H6yUGS6Jzj8azTzJAe9CwOrjAsaZCTziFklDvnkO4AKRAbZCXlBIZCK58ZCR7JlLaNVYx2rcgvNJIRzqjr6RLZBZBaG0W6Dq88DfjvIxFy3Ctg4JZB7rRNOc58BjNmPaGFYzplW7DOMzSXtJKXL2j2QZDZD here (however I copied this link from facebook dev page, so I guess the access token will shortly expire)
This is basically the result I want, however I cant figure out how to setup the app correctly/gain permissions to access the apps feed, or anything.
Could somebody please shed some light on how to exactly get the Feed of a private facebook group, via either the PHP SDK, CURL or file_get_contents or however.
Many desperate thanks