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.

Possible Duplicate:
key hash for android-facebook app

I'm trying to fix the error about Facebook and I found that it can't authorize if a phone has Facebook app.

It works very well before, and also when a phone has not Facebook app. It might be because the recent update of the app..??

Here's error msg below. It says invalid_key.

09-09 14:07:11.520: D/Facebook(30618): ::: onFacebookError :::
09-09 14:07:11.520: E/Facebook(30618): invalid_key:Android key mismatch. Your key "ig/T0MmkPGxn5mWnZCKub2mIHr0" does not match the allowed keys specified in your application settings. Check your application settings at http://www.facebook.com/developers
share|improve this question

marked as duplicate by Igy, JoxTraex, Raghav Sood, kcoppock, Yan Aug 23 '12 at 20:31

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

You need to add your app's signature on your app's Facebook dashboard.

Go to step 5 of this tutorial on our documentation and follow the instructions. You need to put this text "ig/T0MmkPGxn5mWnZCKub2mIHr0" (without the quotes), in the Android Key Hash section of your app's dashboard.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.