• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Muhammad-Owais · Aug 01, 2015 at 12:15 PM · c#androidfacebook

Openssl not found in unity sdk for facebook

Need Help on this If anyone know how to fix this , please let me know . Thankxalt text

1.png (30.9 kB)
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

6 Replies

· Add your reply
  • Sort: 
avatar image
6
Best Answer

Answer by Muhammad-Owais · Aug 03, 2015 at 11:35 AM

Got it. Thanks for helping !!!

----- Hash Key Generation step by step through OpenSSL by Oz -----

Read First

Notes:

  1. You should know where is your keystore file.

  2. You should know your alias in keystore.

  3. You should know path to keytool. C:\Program Files\Java\jdk1.7.0_71\bin\keytool.exe

  4. You should know path to openssl. C:\openssl\bin\openssl.exe

  5. You should know password to keystore. "android"

Then add this to your cmd like this:-

first copy the link for keytool in cmd as : C:\Users\Oz>cd "C:\Program Files\Java\jdk1.7.0_71\bin"

then add this line : check the openssl path again

keytool.exe -exportcert -alias androiddebugkey -keystore C:\Users\Oz.android\debug.keystore | C:\openssl\bin\openssl sha1 -binary | C:\openssl\bin\openssl base64

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image bibo0 · Apr 13, 2017 at 11:45 AM 0
Share

what an answer !! good man thank you much it works with me i got the hash key thank you again

avatar image hooman_zkh · May 29 at 12:32 PM 0
Share

Thanks ! works great for me

avatar image
5

Answer by Soldeplata · Mar 14, 2016 at 02:04 PM

This page helped me to solve it!!

http://eim-games.com/how-to-openssl-for-unity-5/2015/05/31

Comment
Add comment · Show 6 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image alberto5 · Mar 23, 2016 at 04:26 PM 0
Share

Thanks! Works for me

avatar image AlexStromberg · Mar 26, 2016 at 06:52 PM 0
Share

Very useful article! Author wrote every simple step!

avatar image wmadwand · Apr 27, 2016 at 02:42 PM 0
Share

Yep, now it works as it should. Thanks a lot!

avatar image EimGames · Aug 29, 2017 at 12:54 AM 0
Share

Hey all! I updated the OpenSSL tips.. the link above no longer works... Please use http://eim-games.com/how-to-openssl-for-unity/ ...

Thanks!

avatar image ABerlemont · Apr 04, 2018 at 10:30 AM 0
Share

as of today this link is not pointing to a post anymore

avatar image EimGames ABerlemont · Jun 29, 2018 at 04:18 PM 1
Share

Sorry about that.. I moved the tutorial to a new site.. https://www.youngstowngamedevelopers.com/how-to-openssl-for-unity-5/

Hope this helps.. let me know if you see any issues :D

avatar image
1

Answer by EimGames · Aug 29, 2017 at 04:11 AM

Hey all. Don't know if anyone here is still needing help, but a lot of people have found this to help them out. These are just a bunch of tips I found and tested and this worked for me, so I wrote up what I did to solve my OpenSSL issues.

I wrote it a few years back, and just updated it a bit. Hope this helps! http://eim-games.com/how-to-openssl-for-unity/

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Positive7 · Aug 01, 2015 at 01:24 PM

Install Openssl. http://slproweb.com/products/Win32OpenSSL.html

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Muhammad-Owais · Aug 03, 2015 at 07:09 AM 0
Share

Thank for the answer Positive7. But I've a question here , is there any specific version for unity? or just download any of these for my pc as:alt text

2.png (148.1 kB)
avatar image
0

Answer by roboash · Mar 28, 2017 at 04:38 AM

http://answers.unity3d.com/questions/616484/open-ssl-not-found.html this worked fine for me! All the best

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • 1
  • 2
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

13 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

I can see/send invites to non-app user friends on canvas app but not on android/ios 0 Answers

Facebook SDK for Unity, problem with the open graph stories 1 Answer

about Facebook SDK AppRequest.. 0 Answers

Multiple Cars not working 1 Answer

Facebook App ID issues (IOS and Android) 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges