Skip to content

Commit

Permalink
Clarifying the "invalid_key" debugging info.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbru committed Dec 13, 2010
1 parent 5fec77c commit e23764f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -226,7 +226,7 @@ Here's a few common errors and their solutions.

* __Error: "invalid_key"__

This error means that the Facebook server doesn't recognize your Android key hash. Make sure you've entered your hash correctly, and that you are running with a signed application.
This error means that the Facebook server doesn't recognize your Android key hash. Make sure that you correctly generated and copy/pasted your key hash into the Facebook developer settings console (http://www.facebook.com/developers/apps.php), and make sure that your application has been signed with the same key you registered with Facebook.

* __Dialog won't load or shows a blank screen.__

Expand Down

1 comment on commit e23764f

@om252345
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on signing and creating key hash lot of times according to instructions given, i am getting same invalid_key error for 100s of times.
I did everything to debug but no success.

Please sign in to comment.