Skip to content Skip to sidebar Skip to footer

Facebook Api: Cannot Login On Android

I'm trying to implement Facebook login on Android, using the Facebook API. I've done everything the way Facebook Login Flow says. The code is below. public class FBSignIn extends F

Solution 1:

I've solved the issue. The reason was that our app was registered in Facebook in Sandbox mode, and only certain users could log in with Facebook. When I logged in under one of these accounts, it worked.


Post a Comment for "Facebook Api: Cannot Login On Android"