Openssl is not recognized as an internal or external command

后端 未结 15 1795
轻奢々
轻奢々 2020-11-28 00:59

I wish to generate an application signature for my app which will later be integrated with Facebook. In one of Facebook\'s tutorials, I found this command:

k         


        
15条回答
  •  执笔经年
    2020-11-28 01:47

    It is not guaranteed that generating hashkey with this single openssl method will work. If it does not work for me. But thanks for giving me a direction to solve my issue.

    Guaranteed Solution : You need to break the whole command in separate commands and have to write output of every execution in file.

    You can take the help from the following link :

    http://www.helloandroid.com/tutorials/using-facebook-sdk-android-development-part-1

    Enjoy :)

提交回复
热议问题