Stuck at boot FB Android Sdk

Hi, I followed the facebook tutorial and installed the sso key and integrated sdk into my code. After logging into facebook via facebook.authorize, it brings me to a new screen that just says β€œdownload” and sits there.

There are no errors in logcat / console, and if I click the back button, it will simply say that I canceled the login process.

I am testing a device.
All necessary permissions are (Internet)
I also tested the emulator and it sits in one place.
I also tried disabling SSO via Facebook.FORCE_DIALOG_AUTH, and after logging in I also got a blank screen.

thanks

+4
source share
2 answers

Ok, I know this is a very old question, but I just came across this problem last night. I decided:

  • Updating my FB client in the phone
  • Make sure the date / time is correct on the device.
+1
source

Try and disable any ad unit, such as adfree or adaway, if any. This caused me a similar problem when trying with Parse.

0
source

Source: https://habr.com/ru/post/1384834/


All Articles