user2376732
user2376732

Reputation: 379

Facebook authentication in Samsung

I am using the Facebook sdk for posting to the timeline in my application. It's working fine on the Google Nexus, Motorola. When it comes to the samsung s3 I get the following error:

This app has no android key hashes configured, configure your app key hashes at http://developers.facebook.com/apps

I don't understand why I am getting this on the samsung s3.

Upvotes: 2

Views: 604

Answers (1)

Juned
Juned

Reputation: 6326

You need to obtain hash key or if you have already obtain configure it first below are the link to obtain and configure hash keys.

Register the package and activity with Facebook using this link

http://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/

check step no 6 to configure hash key

Upvotes: 1

Related Questions