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'm using Facebook SDK 3 for Android. I use the example from Get Started -> Sample Login app on developers.facebook.com. After login try I get App Page with

Tabu is misconfigured for Facebook login.

My problem is that in Logcat I do not get any info what is wrong. I should get hash error info or anything else but it's totally quiet.

I did change

com.facebook.android.Util.ENABLE_LOG

to true but still no luck.

share|improve this question
did you add your Hashkey on facebook app? – M Mohsin Naeem Nov 29 '12 at 18:42
@MMohsinNaeem I did but generally I don't know what is wrong since the Facebook Logger doesn't give me any info on anything. As I red in internet it should. – nostrzak Nov 29 '12 at 19:09

1 Answer

up vote 0 down vote accepted

you can look at below post,

talhakosen.com/2012/11/22/facebook-api-for-android/

share|improve this answer
Don't know why and how but hash generation from this tutorial worked for me... Crazy ;) – nostrzak Nov 29 '12 at 19:25
it made me happy that you like my tutorial :) – talhakosen Nov 29 '12 at 19:33

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.