문제

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

도움이 되었습니까?

해결책

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

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top