The current code I am working on, for some reason, when I do
https://graph.facebook.com/me?access_token=access_token (accesstoken from callback response)
It is returning id: some number which is not my real facebook user id. It also gives link as:
https://www.facebook.com/app_scoped_user_id/<number>
If I use the access token from the access token tool from facebook, it is returning my actual user id.
Also, I remember, old apps I worked on, they return only actual userid, not getting whats happening here.
Regarding friends:
With access token from access token tool, I am getting full friends list. But with the token from the app, I am getting only one friend(I added recently). Not getting what happened.