-1

i need to find all my friends's id. On www.developers.facebook.com i have 2 app. The first one have api version 1 and version2, the second one has only api version 2.

With api version 1 I can find all my friends's id with /me/friends but on api version 2 this not work.

On my new Facebook profile I want to create a new app with api version 1, is possible? If I can't how I get all id of my friends?

stefy97100
  • 41
  • 7

1 Answers1

0

This has been discussed here dozens of times. There are also dozens of answer which you would've been able to find using the Stackoverflow Search.

See retrieve full list of friends using facebook API for example.

Creating a new app with Graph API v1.0 is not possible.

Community
  • 1
  • 1
Tobi
  • 31,405
  • 8
  • 58
  • 90