Facebook app area id for linking friends to id

I want to use API like below:

  • Invite friends who are not in my app via the friends taggable API by tagging them in some stories

  • Once they register, show them the stories they've been tagged to.

Now problem: taggable friends id returns id which can only be used for tags. So when I save tagged stories for this user against that ID, and when the user logs in, there is no way to map the stories to that user. Can anyone suggest a solution to this problem? In other words, is there a way to get the app id with the user id?

+3


source to share


1 answer


There is no way to get the ID from the tagged token. Also, you shouldn't use the friends taggable as a method for inviting friends, it won't be approved in the Facebook review.



So, there is no solution to this problem because everything here points to a violation of developer policy.

0


source







All Articles