0
votes

When i go to http://graph.facebook.com/harshamv i get the following error

{
   "error": {
      "message": "(#803) Cannot query users by their username (harshamv)",
      "type": "OAuthException",
      "code": 803
   }
}

Is there any way i get get my Facebook ID?

1

1 Answers

1
votes

You don“t need global IDs anymore, only App Scoped IDs. You get them by authorizing a user with no additional permissions and a call to the /me endpoint.

More about the change can be found in the changelog:

More information about the same error message: