【发布时间】:2013-12-20 19:22:15
【问题描述】:
我目前正在 facebook 上测试我的应用程序,试图访问我的帐户地址。
在图形浏览器中它说:
字段为空或被访问令牌禁止。
我检查了所有访问权限并在我的个人资料中输入了地址。
有什么建议吗?
编辑:
http://developers.facebook.com/tools/explorer 尝试获取:
/me?fields=picture.height(200).width(150),name,gender,languages,location,about,address
对于address 它说:field is empty or disallowed by access token;名称等工作正常。
得到一个令牌:
电子邮件、user_about_me、user_actions.books、user_actions.music、user_actions.news、user_actions.video、user_activities、user_birthday、user_checkins、user_education_history、user_events、user_friends、user_games_activity、user_groups、user_hometown、user_interests、user_likes、user_location、user_notes、user_online_presence , user_photo_video_tags, user_photos, user_questions, user_relationship_details, user_relationships, user_religion_politics, user_status, user_subscriptions, user_videos, user_website, user_work_history
【问题讨论】:
-
建议:描述问题,这样我们才能真正看到你做了什么……
-
developers.facebook.com/tools/explorer 试图获取:me?fields=picture.height(200).width(150),name,gender,languages,location,about,address for address 它说:字段为空或被访问令牌禁止。 ||编辑帖子以获取更多信息
标签: facebook api facebook-graph-api facebook-fql