How Can I Get Same Id In Friends & Tagable Friends Facebook Api?
We are working on an Application in which we are getting friends data using me/friends & me/taggable_friends apis. For both of the apis we are getting different id of user. In
Solution 1:
What you get from the taggable_friends
endpoint is not an id, but a token only – and it is short-lived.
The only purpose for which you are supposed to use it, is tagging friends in OG stories. For that, you are supposed to provide the user with a UI where they can select the friends they want to tag.
You are not allowed to try and use the data you get from that endpoint for any other purpose.
Post a Comment for "How Can I Get Same Id In Friends & Tagable Friends Facebook Api?"