I have openSSL, but FB Plugin say's I don't?

I’m totally lost trying to get facebook to work with my apps. I’m still suck on the Android Build Facebook Settings for the plugin. OpenSSL is in my project, but it say Open SSL could not be found. Where do I need to put OpenSSL so FB can detect it?

I don’t know if you may have figured it out yet, but the best way to do this is do go to Control Panel > System > Advanced Settings, from there you need to go to the enviroment settings and in the lower part of the window you should see three buttons, click the one that says “New…”

Name the variable “Path” and then the link should be “;C:\OpenSSL-Win32\bin” (or OpenSSL-Win64, or wherever you installed OpenSSl to), the semi colon is meant to be there so make sure it is included.

You will also need to do the same for your Java JDK (NOT jre), add it’s address to the Path variable adding a semi colon after the “bin” part so it should look like “;C:\OpenSSL-Win32\bin;C:.…”

After that, save your scene and project, close and restart Unity and hopefully it should have a keyhash for you, but that’s a whole different kettle of fish!