Discussions
Auth Token for Non Web Application
over 8 years ago by Reinier Vens
I am working on some custom on-stream notifications for a client, and I need access to her subscriber list. I have created a GameWisp account and a new application in the integration panel, but am not sure how to get the authorization tokens I need, since the documentation seems exclusively targeted towards web apps. What, for example, am I meant to use as the Endpoint/Redirect URI?
I should be able to interact with the API through simple HTTP Get requests, so it shouldn't matter what sort of agent is sending the requests, right? I tried the following in Chrome:
But the response is {"error":"invalid_client","error_description":"Client authentication failed."}
What am I doing wrong?