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.

  • It works for 99% of events :)
  • But, it fails on 1%, even though they are public events
  • I cannot spot any difference between the events that fail and those that succeed.
  • when trying in the FB Graph Explorer, these requests work fine with the default access token, but do not work with my access token.
  • the same events work/dont-work with my token in the Graph Explorer as in my php code.
  • I've tried creating a new facebook application with new access token and the same behaviour occurs.
  • 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%的公共事件请求?