I want to send a Donation Post request from the app to Streamlabs alert. and Streamlabs has open-source API for that but I’m unable to understand how can we implement this. can anyone help?
I will try tomorrow and show you how to get an Access token. This is pretty simple when you have some experience in PHP (I’m saying tomorrow because with timezones it’s late)
I Have Access Token. This is not Hard to get. Every user can get it from settings section of Streamlabs dashbord.
Access Token only gives a Permission to post Donation Request.
and there is no need to OAuth Protocol to post Donation Request.
For Account Security reason there is Refresh option for token. Means User can change there access token anytime from setting if they feel Security problem. that’s why there is no need to implement OAuth Protocol.
I also talked about this who have developed same app. I have confirmed that there is no need to setup OAuth for access. They said we can post request using Access token and data string/URL
Here is Process of obtaining Access Code for StreamLabs Account
Login to Streamlabs using Youtube Account >> Setting at Left Bottom >> API Settings >> API Token >> Access Token >>
That’s it
There is 2 API Tokens but for our requirement we need only Access Token.
API Tokens are Personal Account Token Means its unique identification for user. ans it’s completely secure. and we can change anytime we want.