I set up SSO on my android application using the tutorial here, but whenever I click on the login button, it attempts to open the facebook application, the facebook app says "loading", but fails immediately with no error message, and closes my app. Nothing of interest shows when i filter logcat out to show things related to facebook.
I copied the code exactly from the tutorial, and I am not sure why it closes immediately. I tried to set an error listener on the LoginButton, but it never gets called.
According to this blog post, the problem is supposedly with the key hash, but I had the key hash already in the facebook developer portal. I even created a new keystore, hashed that, and tried it again.
What could I be doing wrong?