Discussions
Does /channel/subscribers include re-subscribers?
I currently cannot use Singularity with my application. I am polling the /channel/subscribers API to get recent subscribers. As I am new to GameWisp, I am wondering if re-subscribers will return as the latest results in the API, or if only NEW subscribers will be the most recent. If it's only new subscribers, if there an API to check for recent re-subscribers? Thanks.
Auth Token for Non Web Application
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?
Issue with documentation
I, uh, had a question, but resolved it. The issue was that the documentation has an old URL listed. https://gamewisp.readme.io/docs/connecting-to-a-gamewisp-channel
In the second code block, PHP, it shows a URL: https://gamewisp.com/api/v1/oauth/authorize?client_id=CLIENT_ID_HERE&redirect_uri=REDIRECT_URI_HERE&response_type=code&scope=read_only
This URL is valid, but upon accepting or denying, it gives a 404. This URL should be instead api.gamewisp.com/pub/v1-etc... rather than gamewisp.com/api/v1
I wasn't sure how else to send this feedback, but I'm probably not the first to try to do this and run into problems because of this slight misinformation, so I wanted to put this out there so that page might can be changed for the benefit of others.
How to fulfill if no user input / make input optional
I have a couple benefits that have to do with user names. I have input for those benefits currently, i.e. What's your user name on a particular platform, but for my 1st couple subscribers I already knew it and fulfilled it without their input. How do I mark as fulfilled?
Problem/Question with api on PHP
Hi guys, i have this problem:
i create a application (with client_id, client_secret and redirect_uri). Not i have to create a php class to get the authcode, authtoken and list of last subs. The function all are work fine BUT > i cant put the link into the OBS-Webpageview because it show the autorisation page and on OBS-Webpageviewer i cant click anything.
Not getting the "User_Input:" field
Using the /channel/subscribers endpoint with the subscriber_read_full permission I am able to get all of the benefit and fulfillment data except the User_Input field. Did something change from when the API docs where written?
Singularity API Question
Hi!
