CopyPastor

Detecting plagiarism made easy.

Score: 0.9194263218634086; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2016-05-06
by Damini Mehra

Original Post

Original - Posted on 2013-12-10
by Ramon Vicente



            
Present in both answers; Present only in the new answer; Present only in the old answer;

You followed the steps that facebook provides for the creation of a login application?
You need a 'Production keyhash' obtained starting your release keystore:
From comand line:
keytool -exportcert -alias <RELEASE_KEY_ALIAS> -keystore <RELEASE_KEY_PATH>
| openssl sha1 -binary | openssl base64
And add this key on facebook app page options.
More information: [Facebook Docs][1]

[1]: https://developers.facebook.com/docs/android/getting-started/
You followed the steps that facebook provides for the creation of a login application?
You need a 'Production keyhash' obtained starting your release keystore:
**From comand line:**
keytool -exportcert -alias <RELEASE_KEY_ALIAS> -keystore <RELEASE_KEY_PATH> | openssl sha1 -binary | openssl base64
And add this key on facebook app page options.
**More information: [Facebook docs][1]**

[1]: https://developers.facebook.com/docs/android/getting-started/

        
Present in both answers; Present only in the new answer; Present only in the old answer;