Facebook UNITY SDK login issue
I just installed the new version of Unity 4.3 and the new facebook sdk and I can't get it working. I created the app on facebook, copied over the app id to the unity facebook settings as required and copied the Package Name and Class name back to facebook. Because the Android Key Hash is empty ( even it shouldn't be ) I used the methods posted by others to create one with openssl. I created it and copied over to facebook as required. After this I created a small script to be able to login. // Use this for initialization void Start () { enabled = false; FB.Init(SetInit, OnHideUnity); } //