Question

I am trying to get users's friends with new method /me/taggable_friends (i use permission user_friends)

FB.api('/me/taggable_friends', function(response) {
   console.log(response);
});

but response is empty

Était-ce utile?

La solution

You need to use the new developer app review process - which was recently introduced.

https://developers.facebook.com/docs/apps/review

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top