What data can be obtained about a user who logs in with Facebook Oauth?

前端 未结 2 525
温柔的废话
温柔的废话 2021-02-10 06:29

I\'m currently using OpenID to allow users to login to my website using Google as a provider. I\'m thinking about allowing users to use Facebook to login as well. When a user

2条回答
  •  無奈伤痛
    2021-02-10 07:31

    Check out the Facebook Graph Explorer tool: https://developers.facebook.com/tools/explorer/

    By default, this tool let's you query the Facebook graph with default permissions.

    There's a button labelled 'get access token' which gives you the option to generate access tokens for every possible combination of Facebook permissions. You can then query the Graph with any set of permissions and see what data is available.

提交回复
热议问题