I follow the tutorial:
Getting Started with the Facebook SDK for Android
Everything seems to go well except one bug:
Once click the login button, if the official facebook app hasn’t been installed yet, then a webpage will come out for the user to fill in the account and password. After the information needed correctly filled, it changes to logout button, which indicates that it has already logged in successfully.
However, the problem is, if the official facebook app has been installed before, once click the login button, a dialog bubble will come out and ask whether give the app the permission to access the account, after clicking ‘yes’, it stays login button, which indicates that it is unable to login.
I have moved my codes to a friend’s Macbook and it turns out to work well, so it should be the external cause.
I have checked and exclude the following possibilities:
- keytool -exportcert -alias androiddebugkey -keystore "C:\Users\sunfeng.android\debug.keystore" | "C:\OpenSSL\bin\openssl" sha1 -binary |"C:\OpenSSL\bin\openssl" base64
- openssl-0.9.8e_X64
- java 7 64bit
- windows 7 64 bit
- adt-bundle-windows-x86_64
- android 4.2
- facebook sdk 3.0