My access token fails for 1% of public Event requests?
I'm using my FACEBOOK_APP_ID|FACEBOOK_APP_SECRET
access token to get events data from facebook.
This event, like almost all, works with my token:
https://www.facebook.com/events/1358567590825431/
This event doesn't work:
https://www.facebook.com/events/481398338716859/
Graph returned an error: Unsupported get request. Object with ID '481398338716859' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api
Does anyone have any idea what's going on here? Is this a bug with facebook or am I doing something wrong?
链接地址: http://www.djcxy.com/p/32678.html上一篇: 如何使用Facebook Graph API读取Instagram用户
下一篇: 我的访问令牌失败了1%的公共事件请求?