0

i want to fectch fb friends list that have not used or installed my app. and is there any other way that i fetch Friend unique id. because withour friend id i can't send invitation to use my app or game. please help me.

. I have used FacebookSDk 4.0 and Graph API 2.3..both are latest.

Juan Catalan
  • 2,299
  • 1
  • 17
  • 23
RAMA
  • 59
  • 11

1 Answers1

0

Try using the taggable_friends endpoint: https://developers.facebook.com/docs/graph-api/reference/v2.0/user/taggable_friends

Danny
  • 705
  • 1
  • 7
  • 23
  • how do you get the friend's id? the id returned here is a long string that I'm not sure what it is. – Rony Tesler Aug 24 '15 at 00:45
  • 1
    Facebook no longer allows developers to access the IDs of friends that don't use their app: https://developers.facebook.com/docs/apps/upgrading – Danny Sep 14 '16 at 20:37