committedandroider
committedandroider

Reputation: 9261

Is it possible to use the id from taggable friends api for the see friendship feature?

This is going off this thread retrieve full list of friends using facebook API. The answer said that "So, in v2.0 you'll only be able to get all friends via the /me/taggable_friends (https://developers.facebook.com/docs/graph-api/reference/v2.0/user/taggable_friends) endpoint, which only contains the fileds id, name, picture, and only can be used after a review of your app by Facebook" and one of the comments said that "You should be aware the even after a review and permission to use taggable_friends, the IDs you get back can only be used to tag friends - you can't use those IDs to get any other information about a user." Does that mean that I would not be able to use see friendship with the id from taggable friends? Usually for see friendship, you go to it by going to this url https://www.facebook.com/profile.php?id=person1Id&and=person2Id

Would the ids from taggable friends work as parameter vales and and? Would that be a case of using that id to get information about a user?

Upvotes: 2

Views: 1333

Answers (1)

WizKid
WizKid

Reputation: 4908

Taggable_friends can only be used to tag people. You can not use it for anything else.

Upvotes: 6

Related Questions