Verify Facebook Access Token for specific App

前端 未结 4 1218
执念已碎
执念已碎 2021-02-02 16:13

I need to verify that users on my iPhone app are actually logged in to my Facebook app. I\'m able to verify their user id by retrieving it with their Access token:

4条回答
  •  忘了有多久
    2021-02-02 16:34

    Yes. You can query this:

    https://graph.facebook.com/app?access_token=TOKEN
    

    It will return the name, id and several stats about the app that created the access token.

提交回复
热议问题