Calling the following interface on Facebook will cause null error (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) } }
Problem SDK version number: Unity-Facebook-SDK-17.0.1