0

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?

Harsha M V
  • 54,075
  • 125
  • 354
  • 529

1 Answers1

1

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:

Community
  • 1
  • 1
andyrandy
  • 72,880
  • 8
  • 113
  • 130