Retrieve email using Graph API

后端 未结 2 2001
面向向阳花
面向向阳花 2021-01-15 01:18

I am using app login access token retrieved through following API -

https://graph.facebook.com/oauth/access_token?client_id=&client_secret=&grant_type=client

2条回答
  •  生来不讨喜
    2021-01-15 01:50

    Check the doc here : http://developers.facebook.com/docs/reference/api/user/

    With the email argument, you will be able to get the email.

提交回复
热议问题