Facebook error on Android "Login failed: com.facebook.android.DialogError: server connection failed"


I use facebook in my application to post data to facebook. But when I tried the examples that are given in the Android sdk file for facebook. This gives me this error "DEBUG / Facebook-authorize (749): Login failed: com.facebook.android.DialogError: the connection to the server was unsuccessful"

Thanks,
anyhow

+6
source share
3 answers

I think this problem arose due to the large number of requests to send to facebook with android. He started working the next day.

+5
source

I received the message โ€œServer connection was unsuccessfulโ€ on my device while AVD was working fine. Clear cache with Android Browser โ†’ Settings โ†’ Clear cache. This is fixed for me.

0
source

If you are on an Android phone, try restarting the phone that worked for me.

0
source

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


All Articles