I am trying to integrate the official Facebook sdk with my android app.
I am following this link - https://developers.facebook.com/docs/guides/mobile/
Everything is fine until I come to the step - exporting the signature for your app Here they ask us to run this command :
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore
| openssl sha1 -binary
| openssl base64
When I run this I get a huge pattern containing all sorts of characters & symbols
I am confused that which one is my requires String.
Please help