Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Facebook login screen no keyboard

My application uses Facebook login. I have the Facebook application installed.

If an invalid Facebook token arrives (by changing the password), the next time the application starts, it is not possible to use keyboard on the login screen. As shown below, the field is selected and the keyboard is stil hidden.

login screen keyboard not working

In the same conditions if the Facebook application is opened first it will signal that the session is invalid and open the login screen. After this operation it is enough to open my application and the Facebook login sequence will work.

NOTE: the login screen shown after this procedure inside my application is the login screen from the Facebook app, as shown in the picture below!!

different login screen

Any suggestions on how to fix this issue?

like image 388
Gibberish Avatar asked Jun 27 '14 16:06

Gibberish


People also ask

What is Facebook SDK Android?

The Facebook SDK for Android gives you access to the following features: Facebook Login — A secure and convenient way for people to log into your app or website by using their Facebook credentials. Sharing — Enable people to post to Facebook from your app. People can share, send a message, and share to stories.


1 Answers

I had the same problem. I found the problem is: Facebook application on my device has session expire and need to login again. When I logged out , my app ran normally and the keyboard was showed. I hope it will help you!

like image 70
user3614752 Avatar answered Oct 03 '22 11:10

user3614752