Facebook用户ID问题

问题描述:

我有Facebook用户ID 使用该ID的用户正在访问该特定用户ID的个人资料页面.

I have facebook user ID's using this id's am accessing profile page of that particular user id.

链接将类似于 https://www.facebook.com/100001533612613 此链接现在无法正常工作.

link will be look like https://www.facebook.com/100001533612613 this link not working now.

https://facebook.com/zuck
https://www.facebook.com/100001533612613 (**not working**)
https://www.facebook.com/profile.php?id=100001533612613 (**not working**)
https://m.facebook.com/ChrisHughes

我如何使用UserId查看个人资料

how can i see profile using UserId

我如何使用UserId访问个人资料

how can i access profile using UserId

您不能,因为您不应再……

You can’t, because you are not supposed to any more …

您现在需要先请求user_link权限,然后可以通过link字段请求一个(临时)指向其个人资料的链接.

You will now need to ask for the user_link permission first, and then you can request a (temporary) link to their profile via the link field.

https://developers.facebook.com/docs/graph-api/changelog/version3.0#login