Get application id from user access token (or verify the source application for a token)

https://graph.facebook.com/app/?access_token=[user_access_token]

This will return the app this token was generated for, you can compare that against your app’s id.

Leave a Comment