hello!
i want to integrate facebook in my app, so i created a facebook app on facebook and installed the prime31 social plugin for android.
i added the package name (my app’s package name) and the class name (as descriped by prime31) on the facebook developer site at my app.
facebook also asks for a hash key.
my question now is: is the hash key the same i need to add in google developer console when linking an app for in app billing? (the hash key i got from my .keystore file)
because i already have this key and used it to link my app for in app purchases. the key looks like “20:C0:F5:F4…”
but concerning facebook - i read some ppl wrote you have to get your hash key from the .keystore file by using keytool and some long command looking like
“keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64”
do i need to do this for FACEBOOK as this hash key is different from the one i used for google developer console?
sorry i am not into all this yet and i am a bit confused…
and when i start the testscene of prime31’s social plugin nothing works and i only get a “valid session? false” in the debug log