Roman
Roman

Reputation: 3

Getting taggable id of a logged user by facebook id

In facebook graph api 2.0+ I can retrieve logged user friends list by calling "me/taggable_friends" and I receive list of objects with profile picture, name, and id (lets call it "taggable_id") which can be used in mentioning performed by my app.

When user logs to my app have his real facebook id which is "worth" more then "taggable_id" so is it possible to retrieve taggable_id of a logged user with the use of facebook id? When I call "/me/" I don't receive on. Is there a work around?

Upvotes: 0

Views: 145

Answers (1)

WizKid
WizKid

Reputation: 4908

No it is not possible. Not in any way.

Upvotes: 3

Related Questions