Retrieve Facebook id from username

时间:2015-12-05 05:28:58

标签: node.js facebook facebook-graph-api facebook-graph-api-v2.4

I would like to retrieve a Facebook user's id given their username.

Example: Given helloworld return 100003263065603.

I understand that the Graph API does not allow this anymore, but several sites, such as lookup-idfindmyfbid可以执行此操作。

我猜他们正在做某种刮刮?如果是这样,我将如何在Node.js中实现它

1 个答案:

答案 0 :(得分:1)

这些网站最有可能抓取个人资料页面,这是不允许的。不要这样做,不管怎么说都不需要。只需让用户授权您的应用程序,您就可以获得他的(App Scoped)ID。没有认真申请使用用户名或他的全球ID。