Nimrod Shory
Nimrod Shory

Reputation: 2505

Unity Beta SDK 5.0.3 - Problems logging in on Android device

I am having problems with logging in on my test android device. I am calling:

FB.Login("", AfterLogin);

I get no error in the response but still the access token is empty (i've noticed that on subsequent requests).

It is important to say that it works fine in the editor (by specifying the access token) and that i didn't test it on any other platform.

I have done everything according to the Facebook Unity SDK guide.

Any suggestions?

Thanks.

Upvotes: 0

Views: 719

Answers (1)

Nimrod Shory
Nimrod Shory

Reputation: 2505

After I have struggled with this login problem for hours, 40 minutes after posting the question I have found out that this works as expected:

FB.Login("basic_info", AfterLogin);

Is it a bug in the SDK? Or maybe in the Facebook Android app?

Upvotes: 2

Related Questions