Facebook app token not working, but access token works -
i have weird situation here, , i've looked everywhere through facebook's documentation no answers.
i'm trying get recent posts multiple facebook pages. 1 of them keeps crashing. won't work when i'm using app token. works if i'm using access tokens, expire, it'd better not use that.
https://graph.facebook.com/norgeshushonefoss/posts?access_token=myapptoken
gives result:
{ "error": { "message": "unsupported request. please read graph api documentation @ https://developers.facebook.com/docs/graph-api", "type": "graphmethodexception", "code": 100 } }
while url gives me recent posts: https://graph.facebook.com/norgeshus/posts?access_token=myapptoken
i can't see difference in two. there page settings may cause app token not authorize reason?
if page has access restrictions in place (age, location, alcohol-related content), can not access of info using app access token.
it needs user access token user qualifies see page (or page access token).
Comments
Post a Comment