I\'m building an app in which users can log in with Facebook.
I\'ve created the hash keys like following:
try { PackageInfo info = getPackag
Facebook SDK uses two different keys, one is Debug key which you can use during your development phase and other is Release key which is used once you create a signed application package. Here is a link about how to create debug and release keys.
Developer.Facebook
Also check out this SO post.