开发者

How do I get facebook username based on email address?

开发者 https://www.devze.com 2023-03-05 14:04 出处:网络
Title sums it up. Almost identical t开发者_Python百科o my recent twitter question at How do I get a Twitter username based on an email address?.Just use:

Title sums it up. Almost identical t开发者_Python百科o my recent twitter question at How do I get a Twitter username based on an email address?.


Just use:

https://graph.facebook.com/search?q=[EMAIL ADDRESS]&type=user&access_token=[APITOKEN]

You can actually get the API token by going to Facebook developer documentation and clicking on the friends link. The token is in the url.

0

精彩评论

暂无评论...
验证码 换一张
取 消