/me/home 中的朋友 activity
Friends activity in /me/home
我使用 /me/home 获取新闻源,但我没有看到一些朋友 activity(评论、分享、喜欢)。有人知道这可能吗
您需要 read_stream
许可,您很可能不会获得批准:
This permission is granted to apps building a Facebook-branded client on platforms where Facebook is not already available. For example, Android and iOS apps will not be approved for this permission. In addition, Web, Desktop, in-car and TV apps will not be granted this permission.
来源:https://developers.facebook.com/docs/facebook-login/permissions/v2.2#reference-read_stream
话虽这么说,我很确定你只会收到朋友的帖子,而不是 comments/shares/likes。这是关于流,而不是 activity 提要。
我使用 /me/home 获取新闻源,但我没有看到一些朋友 activity(评论、分享、喜欢)。有人知道这可能吗
您需要 read_stream
许可,您很可能不会获得批准:
This permission is granted to apps building a Facebook-branded client on platforms where Facebook is not already available. For example, Android and iOS apps will not be approved for this permission. In addition, Web, Desktop, in-car and TV apps will not be granted this permission.
来源:https://developers.facebook.com/docs/facebook-login/permissions/v2.2#reference-read_stream
话虽这么说,我很确定你只会收到朋友的帖子,而不是 comments/shares/likes。这是关于流,而不是 activity 提要。