0
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=&

That same code works on the previous FB SDK.

I'm using Unity 4.3.4.

tayl0rs
  • 561
  • 2
  • 5
  • 14
  • It looks like the access token is missing. Is there anything in `FB.AccessToken`? Could you try logging out and back into the app? – Brian Jew Feb 12 '14 at 22:18
  • Sorry, I already reverted back to the old version and didn't snapshot my changes to 5.0.3. I'll try again when a new version comes out. – tayl0rs Feb 13 '14 at 15:04

0 Answers0