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 developed an app which perfectly runs with the debug hash key. But when I use the apk generated with "Android Tools / Export Signed Application Package ..." under Eclipse it crashes.

As lined out under http://developers.facebook.com/docs/howtos/androidsdk/3.0/login-with-facebook/ I show a Toast which presents the hash key. I add this key to the list of hash keys for my application. But that does not help.

I read android app with facebook login integrated, how to generate the release key? but found no answer.

Thank you in advance! BR

share|improve this question

1 Answer

may be this link will help you i think your using signed apk to generate hashkey

Signed APK has different Key-Hash for Facebook

share|improve this answer
Thank you! I tried it again: I set up a new Android project as described e. g. under developers.facebook.com/docs/howtos/androidsdk/3.0/…. I added both hash keys (debug and “normal”) to “Key Hashes” in the app setting under “developers.facebook.com”. I also toasted the keys in my app and verified that they are correct. Result (again): Debug hash key works and “normal” hash key does not (i. e. app crashes)! Can someone help me (as I become desperate)? Thank you in advance!!! – user1995438 Feb 9 at 21:42
can you provide log and code to your question? – DevfaR Feb 10 at 6:04
The onCompleted(GraphUser user, Response response) method IS called with my debug hash key but IS NOT called with my normal hash key (see docs.google.com/document/d/…). With with my normal hash key the app crashes instead. – user1995438 Feb 10 at 18:55
Error message is: FATAL EXCEPTION: main 02-10 20:31:27.143: E/AndroidRuntime(9976): com.facebook.aa: com.facebook.c.e got an unexpected method signature: public abstract com.facebook.c.b com.facebook.c.b.a(java.lang.Class) ... – user1995438 Feb 10 at 19:33
1  
stackoverflow.com/questions/6108397/… shows the solution! – user1995438 Feb 11 at 21:47
show 2 more comments

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.