Domanda

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

È stato utile?

Soluzione

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

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top