Last active
February 12, 2019 16:42
-
-
Save bitkidd/3e757ee237bd8b78bf04a6fc2bc58e6c to your computer and use it in GitHub Desktop.
Revisions
-
bitkidd renamed this gist
Feb 12, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
bitkidd created this gist
Feb 12, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ You can convert SHA-1 hash in hex format (as found in Play console) into base64 hash using next command: ``` echo 33:4E:48:84:19:50:3A:1F:63:A6:0F:F6:A1:C2:31:E5:01:38:55:2E | xxd -r -p | openssl base64 ``` Output: ``` M05IhBlQOh9jpg/2ocIx5QE4VS4= ``` This hash can be used for example when setting up Facebook app.