Khurram W. Malik
Khurram W. Malik

Reputation: 2895

Where to find application signature/ app key?

I am making an app and I wish to integrate it with facebook.

While working on this I came across:

My question is how can I generate/view this key ?

Kindly correct me if I am wrong about something.

Thanks in advance.

Upvotes: 0

Views: 3382

Answers (2)

Dmitriy Tarasov
Dmitriy Tarasov

Reputation: 1969

The most easiest way to get this key is enable logging inside facebook library and when your application fails copying this key from logcat output. To do this open com.facebook.android.Util and set to true private static boolean ENABLE_LOG = false;. Do not forget turn off this back after, because this will can create security issues

Official tutorial with more detailed description and another one way to do this here

Upvotes: 0

Boe-Dev
Boe-Dev

Reputation: 1595

You have to create a keystore, read on google dev. You can signature your app with this keystore

Upvotes: 1

Related Questions