问题
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