Facebook graph API returns false for existing and public event
There is a public Facebook event, for example: http://www.facebook.com/events/197276753679964/ I want to get information about this event using Facebook graph API. I'm using this query url: http://graph.facebook.com/197276753679964
Facebook returns "false", but event is existing and public, so what's the problem?
There are a few more events with this annoying behaviour, but other ~95% I can read succesfully using FB graph API.
If the event is owned by a group or page which is restricted demographically, you can only access that even with the access token of a user who can see the event / page. (this appears to be the case with the example in this question)
In general (one current bug excepted), 'false' means a privacy check failed
链接地址: http://www.djcxy.com/p/5578.html上一篇: API通过帖子ID获取帖子