I\'m trying to implement Facebook Realtime api with my application. I want to pull the feeds from my \'facebook PAGE\'. I\'ve obtained app_access_token...
app_ac
Use POST rather than GET, with an empty body & object, fields, callback_url and verify_token passed as query parameters in the url.
object
fields
callback_url
verify_token
See https://developers.facebook.com/docs/reference/api/realtime/.