Discussions

Ask a Question

Include doesnt work properly for GET /channel/subscribers

I'm currently working in a C# library for GameWisp but when I try to get Subscribers information by including "&include=user, tier", it doesnt work. Only work if I put user or tier only, not both.

More advanced Singularity testing.

I was wondering if there was anything in the works for more advanced Singularity testing. Right now every test is exactly the same, and is generic, not nessicary channel special (for example the the tier). This makes it really hard to test things like when there will be differences in names and information and tiers. Perhaps an option to input what their they subscribe to? Have a way to test different usernames, etc.

No browser access

Hello,
my application cannot access or embed a web browser in order to redirect the user to the authorization endpoint. Is there a way to have some kind of Pin-based authorization?

What is the time unit of 'expires_in' of oAuth tokens?

Hi guys,

Answered

API Oauth 404 error?

Hello.
I am working on a bot for personal use.
When I try to go to:
https://api.gamewisp.com/pub/v1/oauth/token (as the documentation states to do) in order to get my access token, I'm receiving a 404 error.

All I want is a text response

All I'm trying to do is get a simple text response of who the latest subscriber to my channel is. I just need the name of the latest subscriber for my overlay but I can't seem to find an easy way of doing this. I've tried using postman to get an oauth2 token to no avail and I don't want a redirect anywhere. I just want the name of the latest subscriber so I can have it update in my overlay without having to maintain it. I am trying to implement it in to muxy but muxy doesn't have an accessible API without using the ticker program, uploading to dropbox and accessing the dropbox as essentially a restful API. I've tried generating codes but I can't seem to get a standard json or even plain text response. Is there anyone that can help me? I keep getting redirects and a bunch of crap. I'm not trying to build some massive application, just a simple restful request to get the latest subscriber to my channel.

Bug: month_count is always 0 in the subscriber_anniversary event

Title sums it up - I am always getting a 0 value when receiving a subscriber_anniversary event.

emotes

i was wondering for the benefits on game wisp for streamers if you can have emotes like when you sub on twitch?

app-channel-connected message does not return channel object

I'm connecting to a GameWisp channel using the channel-connect message, and I receive an app-channel-connected response without a channel node in the JSON, eg:

C# and accessing channel data

Problem: Getting started with a c# wrapper for communicating with gamewisp API