Facebook Key Hash on Android -
i'm developing phonegap, created hash key test app using facebook features, app works fine on work computer.
i want have development environment on laptop, again, went generate hash key... time, app won't run fb features, "something went wrong" whenever call fb.login (fb.init on other hand loads fine).
i've been trying generate keys on laptop, , seems i'm getting different results depending on command line, giving me idea i'm not generating right keys @ all, both these machines run windows 8 , had no issues first one, command lines i've tried:
note key generated.
different line, different key!
i using openssl-0.9.8e x64 (supposedly recent version no 64 bit systems - although in desperation tried new version).
i've read generating key via java code - https://stackoverflow.com/a/9600642/1087947, i'm not java person (phonegap guy), use this.
a little late response, came across same issue , thought have write answer here well:
the problem seems openssl version using when on x64 bit machine.
according this, should using versions 0.9.8e or 0.9.8d of openssl:
furthermore, if generating hash on windows (specifically 64 bit versions), please use version 0.9.8e or 0.9.8d of openssl windows , not 0.9.8k. big ups fernandomatos pointing out!
Comments
Post a Comment