Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I follow the tutorial:

Getting Started with the Facebook SDK for Android

Use Facebook Login

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
share|improve this question

closed as off topic by brian d foy, Sudarshan, Gajotres, Sankar Ganesh, Abizern Jan 27 at 12:11

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.