1

1)我想知道为什么 Facebook Graph 为以下对象提供空结果:

(请记住,我有一个具有正确权限的令牌,此外,还有访问这些对象的扩展权限)。

产生:{“数据”:[]}

2) Facebook 是否剥夺了我们访问我们自己数据的权限?

3) 哪些对象不能被访问?

4)这是我的扩展/权限

<pre>
{
  "data": [
    {
      "installed": 1, 
      "status_update": 1, 
      "publish_checkins": 1, 
      "photo_upload": 1, 
      "video_upload": 1, 
      "sms": 1, 
      "email": 1, 
      "create_event": 1, 
      "create_note": 1, 
      "export_stream": 1, 
      "share_item": 1, 
      "rsvp_event": 1, 
      "read_stream": 1, 
      "publish_stream": 1, 
      "read_mailbox": 1, 
      "ads_management": 1, 
      "read_friendlists": 1, 
      "manage_friendlists": 1, 
      "xmpp_login": 1, 
      "read_insights": 1, 
      "read_requests": 1, 
      "manage_notifications": 1, 
      "manage_pages": 1, 
      "publish_actions": 1, 
      "user_birthday": 1, 
      "user_religion_politics": 1, 
      "user_relationships": 1, 
      "user_relationship_details": 1, 
      "user_hometown": 1, 
      "user_location": 1, 
      "user_likes": 1, 
      "user_activities": 1, 
      "user_interests": 1, 
      "user_education_history": 1, 
      "user_work_history": 1, 
      "user_online_presence": 1, 
      "user_website": 1, 
      "user_groups": 1, 
      "user_events": 1, 
      "user_photos": 1, 
      "user_videos": 1, 
      "user_photo_video_tags": 1, 
      "user_notes": 1, 
      "user_checkins": 1, 
      "user_questions": 1, 
      "user_about_me": 1, 
      "user_status": 1, 
      "user_games_activity": 1, 
      "user_subscriptions": 1, 
      "friends_birthday": 1, 
      "friends_religion_politics": 1, 
      "friends_relationships": 1, 
      "friends_relationship_details": 1, 
      "friends_hometown": 1, 
      "friends_location": 1, 
      "friends_likes": 1, 
      "friends_activities": 1, 
      "friends_interests": 1, 
      "friends_education_history": 1, 
      "friends_work_history": 1, 
      "friends_online_presence": 1, 
      "friends_website": 1, 
      "friends_groups": 1, 
      "friends_events": 1, 
      "friends_photos": 1, 
      "friends_videos": 1, 
      "friends_photo_video_tags": 1, 
      "friends_notes": 1, 
      "friends_checkins": 1, 
      "friends_questions": 1, 
      "friends_about_me": 1, 
      "friends_status": 1, 
      "friends_games_activity": 1, 
      "friends_subscriptions": 1
    }
  ]
}
</pre>
4

1 回答 1

0

我检查过它们,我没有看到任何标签(但不确定我是否在过去几天被贴上了标签)。

https://developers.facebook.com/tools/explorer进行测试时,其他的对我来说非常适合。那么您确定您的帐户有喜欢/活动以及不止一个帐户吗?因为我只看到我也是所有者的“页面”。

于 2012-05-29T09:27:59.190 回答