In advent of the new V2 Facebook Open Graph API, I need to make note of the logged in users \'App-Scoped\' user ID, in order to register the id with Parse in order to receiv
The id you get from the api's is an opaque string, and you should use it as such.
If the user has already granted your app access on v1, then your app will continue to receive the same id.