I would like to retrieve latest fanpage updates from facebook for an external webpage.
There seems to be two issues...
One, it seems like the access tokens expire after an hour, is there a way to get a permanent access token?
Second, I would like to get a json string of the last 10 posts by the owner of the page (posts that contain "message" fields).
If for example, I use "https://graph.facebook.com/stackexchange/posts?fields=message&limit=10", it returns lines that do not contain the message field. Is there a way to filter these?
Perhaps there is a way retrieve this using an FQL Query?