Facebook Graph API, Unable to get user profile

When I http using graph API explorer in the context of "Graph API Explorer", I am able to query user information as - /v2.0/{user-id}

when I http in the context of my app, I see the response as: { "error": { "message": "Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api", "type": "GraphMethodException", "code": 100 } }

Permission lists are same both on Graph API Explorer as well as my App:

user_about_me user_activities user_birthday user_events user_friends user_likes user_location user_photos user_status user_videos email publish_actions read_friendlists read_stream


我重新生成了一个新的访问令牌,并尝试了不同的用户标识集,现在它似乎正在工作。

链接地址: http://www.djcxy.com/p/32554.html

上一篇: 不支持的获取请求

下一篇: Facebook Graph API,无法获取用户配置文件