FB.API("me?fields=id,age_range,gender,devices,first_name,locale,birthday,location,email", Facebook.HttpMethod.GET, GetMyInfoCallback);
02-11 01:44:00.817: E/Unity(8752): java.io.FileNotFoundException: https://graph.facebook.com/me?fields=id,age_range,gender,devices,first_name,locale,birthday,location,email&access_token=&
相同的代码适用于以前的FB SDK。
我正在使用Unity 4.3.4。