I'm following the tutorial:
>At the moment of logging into Unity Editor, the message "Response is: Unauthorized" is displayed.
I've done the tutorial several times and still can not find the problem. Can you help me?
I'm following the tutorial:
>At the moment of logging into Unity Editor, the message "Response is: Unauthorized" is displayed.
I've done the tutorial several times and still can not find the problem. Can you help me?
According to the tutorial:
Open AzureUI.cs script and replace the connection strings with your own Mobile Service URL & API Key.
Translating:
Open the AzureUI.cs script and replace the connection strings with your Mobile Service URL & API key.
I denied its because that's where the problem is. Your API key appears to be invalid. You must obtain a unique valid key for you to make this work. This key is private and personal to you, and should not be shared with other people (it's something like a login and password). Therefore, you can not use the key that is in the tutorial.
I was able to find the problem:
I went to the Azure portal, in mobile services - identity - facebook settings and filled in the ID and Password fields with the data that is in the facebook app, then it started working!
Valew