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 am having a lot of trouble with this error:

app is misconfigured to facebook login

I am pretty new to android development and would appreciate any answers I can find.
I have seen many of the same errors here so I followed as best as I could but I still have something wrong. I have checked the hash keys and they seem alright.

My app works when I use the eclipse and my phone, but it does not work when I install from google play.

I have opened Util.java in the Facebook SDK, set private static boolean ENABLE_LOG=true.

I changed the hash key in my facebook console and got the error that the key don't match.
I put the original back and no longer get that error but the app is still misconfigured in Facebook login.

I am sure there is something else wrong on the console but I have no idea what it is or how to fix it. I have been at this for three days now. Can someone please help?

share|improve this question
1  
Can you posts some code so we can see what you have tried already? – brenjt Oct 24 '12 at 16:53
1  
you should also tell us what is happening, not just that there is an error. – toadzky Oct 24 '12 at 16:57
brenjt - what code do you want to see? wouldn't you want to see the console? forgive me... i am very new – DebreaD Oct 24 '12 at 17:16
toadzky - I am trying to run my app. I download it from google play. It gives me the error "app misconfigured for facebook login". I try to run it from my console in eclipse and everything is fine. – DebreaD Oct 24 '12 at 17:19
this was in google play and working fine. Facebook added a new error message and it caught something that I didn't do right on the console. I thought it was the hash key but it was not. – DebreaD Oct 24 '12 at 17:21
show 5 more comments

1 Answer

Hi I think you follow all steps to create your hash key with your command prompt. I face this issue. I got hash key which is different than my LogCat key. for that just connect your device and check your error with LogCat this throws Facebook exception like D/Facebook-authorize(24739): Login failed: invalid_key:Android key mismatch. Your key "uk3udeH7vrOGNFH2FJjdJbdWJWI" does not match the allowed keys specified in your application settings. Check your application settings at http://www.facebook.com/developers

This is sample key 'uk3udeH7vrOGNFH2FJjdJbdWJWI' get your key from your LogCat and change hash key on Facebook apps.

one is the best solution mentioned here App is misconfigured for Facebook login : Android Facebook integration issue

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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