【问题标题】:Facebook privilages for getting messages from wall从墙上获取消息的 Facebook 特权
【发布时间】:2012-03-02 21:13:34
【问题描述】:

我创建了简单的 facebook 应用程序,它要求用户提供 user_about_me、user_activites 和 user_status 权限。现在我想获取我所有的墙帖,所以我提出请求并只收到我的一些个人资料数据,但没有墙帖。我注意到我的 access_token 与我在文档中获得的不同:https://developers.facebook.com/docs/reference/api/

我应该改变什么?

【问题讨论】:

    标签: facebook facebook-graph-api


    【解决方案1】:

    您需要 read_stream 权限。

    http://developers.facebook.com/docs/reference/api/permissions/

    read_stream  Provides access to all the posts in the user's News Feed and
                 enables your application to perform searches against the user's
                 News Feed
    

    【讨论】:

      猜你喜欢
      • 2010-09-24
      • 2011-01-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多