Facebook 图 api me/events returns 空白
Facebook graph api me/events returns blank
我正在使用 Graph API Explorer 并已授予 user_posts
、user_likes
和 user_events
.
权限
me/posts
和me/likes
return非空数据,但是me/events
return是这样的:
{
"data": [
]
}
我确实有正在进行和即将发生的事件(感兴趣),它们会显示在我的 Facebook 个人资料中。
知道出了什么问题吗?还是 Facebook 的错误?
https://developers.facebook.com/blog/post/2018/04/04/facebook-api-platform-product-changes
Testing of our more robust process starts today and the new process
should resume in a few weeks, but apps currently accessing Events and
Groups APIs will lose access today.
这对您来说可能也很有趣:https://developers.facebook.com/docs/graph-api/changelog/breaking-changes#events-4-4
我正在使用 Graph API Explorer 并已授予 user_posts
、user_likes
和 user_events
.
me/posts
和me/likes
return非空数据,但是me/events
return是这样的:
{
"data": [
]
}
我确实有正在进行和即将发生的事件(感兴趣),它们会显示在我的 Facebook 个人资料中。
知道出了什么问题吗?还是 Facebook 的错误?
https://developers.facebook.com/blog/post/2018/04/04/facebook-api-platform-product-changes
Testing of our more robust process starts today and the new process should resume in a few weeks, but apps currently accessing Events and Groups APIs will lose access today.
这对您来说可能也很有趣:https://developers.facebook.com/docs/graph-api/changelog/breaking-changes#events-4-4