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

Was it helpful?

Solution

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top