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