Facebook user ID Issue

假装没事ソ 提交于 2019-12-13 11:05:22

问题


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

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

how can i see profile using UserId


回答1:


how can i access profile using UserId

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

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



来源:https://stackoverflow.com/questions/51147807/facebook-user-id-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!