Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

To test\develop Facebook

metlaivan edited this page Aug 21, 2014 · 3 revisions

To test/develop Facebook part you must:

  • follow the link developers.facebook.com/apps
  • сreate new app by clicking "Create New App" button Create New App
  • in " Settings" add android platform: click "Add Platform" then choose "Android" in opened dialog
  • move to terminal to get your "Key Hash" : go to ".android" directory(in Linux cd ~/.android) and run keytool -exportcert -alias androiddebugkey -keystore debug.keystore | openssl sha1 -binary | openssl base64
  • turn back to app web-page in "Key Hashes" field enter your key hash
  • then fill in the fields that are underlined at the picture Key Hashset and other fields
  • go to file res/values/strings.xml change "app_id" on to your.

That's all. Next you can test app.

Clone this wiki locally