Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have created an Android application that uses Facebook SDK to make wall posts. It works fine on devices that don't have the native Facebook App installed, but when it is, it throws an Invalid Key error. I have checked all the settings & keys from my facebook application and my device code twice and all is setup right. What do I need to do to resolve this issue?

share|improve this question
you have a really low accept rate. Consider improving it. This site is about users getting points for helping you with your questions. When they see low accept rates, they often skip it, because users who don't accept answers usually aren't worth the time to answer the questions. – Phil Dec 8 '11 at 17:17
Did you even Google this or search for other questions? facebook.stackoverflow.com/questions/7979389/… – Igy Dec 8 '11 at 22:31
Check out this link: stackoverflow.com/questions/6129308/… – Basil Dec 9 '11 at 12:31

1 Answer

You received this error because of wrong hash calculated on your app. During application execution calculated hash value is send to facebook. If value is different from value you set in facebook developer profile - problem. If you cannot calculate correctly - read it from error message and put it to facebook developer profile. I made the same.

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.