Does anyone know how to get oauth2 token using Unity C# WWW/WWWForm?
Hi, I am running an app in Unity which requires Domo Authentication to get the token. The problem is I keep getting "401 Unauthorized" error and "{"error":"invalid_client","error_description":"Bad client credentials"}"(from WWW.text). Here's my code: IEnumerator getTokenNew() {…