0

I am following a tutorial for integrating Facebook in an app. However, it seems that when Facebook upgraded to V2.0 of their graph, they stopped allowing imports of contacts unless the contact has the App installed.

Does anyone know if there is any workaround to this? The options available as described in these answers a year ago all seemed essentially inadequate for a commercial app. But wondering if there have been any changes in the status quo so that you can import Facebook contacts.

(Facebook remains super aggressive itself about getting contacts from iPhone, google, etc.)

Many thanks for any suggestions.

Community
  • 1
  • 1
user1904273
  • 4,562
  • 11
  • 45
  • 96

2 Answers2

0

You can follow the Facebook SDK Graph API for getting contacts .

Graph API Friends List

Adnan Munir
  • 129
  • 7
0

Unfortunately, nothing has changed: you still can get only the contacts that are using your app AND that gave to your app the user_friends permission.

Please see this other question with more details.

Community
  • 1
  • 1
Rael Gugelmin Cunha
  • 3,327
  • 30
  • 25