Facebook user ID Issue

后端 未结 1 2004
忘掉有多难
忘掉有多难 2020-12-22 13:21

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 th

相关标签:
1条回答
  • 2020-12-22 13:49

    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

    0 讨论(0)
提交回复
热议问题