Facebook API App Access Token
I've been using for many years my FACEBOOK_APP_ID|FACEBOOK_APP_SECRET
as an app access token for accessing the facebook API, but lately it seems to be giving me not up to date data.
For example, on this page:
https://www.facebook.com/pg/Vallagruppen/posts
If I just view in the graph explorer with the default access tokens, I get the correct results:
https://developers.facebook.com/tools/explorer/?method=GET&path=Vallagruppen%2Fposts&version=v2.11
But if I change the access token in the explorer to one like above, with an APP_ID|APP_SECRET
I am suddenly not getting all the posts, the newest few are not showing up.
Additionally it will say: "Access Token Info Warning Failed to debug token"
Any idea why?
链接地址: http://www.djcxy.com/p/32602.html上一篇: 如何通过Graph API或FQL获取公共信息的信息?
下一篇: Facebook API应用程序访问令牌