我知道邀请的朋友(
https://developers.facebook.com/docs/games/invitable-friends/v2.0)需要画布和类别游戏.而且我还要求用户初次批准user_friends的权限.我已经完成了所有这些,当我在图形API中使用/ me / invitablefriends时,它返回所需的结果.但是当我尝试在facebook的插件中做同样的事情时,我收到以下错误. “操作无法完成(com.facebook.sdk错误5.)
$("#invitefriends").click(function() { facebookConnectPlugin.api("me/invitable_friends",["user_friends"],function (response) { alert(JSON.stringify(response)); },function (error) { alert("error "+error); }); });