Facebook登录后无法获取好友列表
1

FaceBook调用以下接口会导致空指异常(Object reference not set to an instance of an object) if(FB.IsInitialized) { try { FB.API("/me/friends",HttpMethod.GET,(IGraphResult _Result) => {

},null); } catch (Exception e) { Debug.LogError(e.Message) } }

问题SDK版本号:Unity-Facebook-SDK-17.0.1

Bailing Wu
Posée il y a environ 3 mois