I do have it though
Are there any plans to allow for knowing when there are new subs and resubs without the user having to click the share button. Itās an important aspect for many streamers I know to be able to thank those who sub and show their appreciation, and with that moving to only show when they click share, or having to parse through all subs for new ones is not the best experience.
I see this as the same as calling out lurkers. If I want to sub and not share it. It should be my choice. I usually wait until they go offline to follow cause I donāt want to be acknowledged.
Isnāt the point of the share button to let the user decide if and when they want the stream to know though? And even if the sub would pop up immediately, what if the user then decides to share it with a message? Should it pop up a second time?
I wonder if this also means that in Host / Auto Host messages will also break soon? So far I have noticed that Auto Hosts no longer appear in chat.
Iāve also had streamers I do work for ask about auto-host not showing up anymoreā¦
Break no.
Allow people to lurk sub. Yes.
You check with BTTV off? Or you pulling raw broadcaster chat?
I did notice I didnāt get a notification in my chat from a few hosts during my last stream. Auto-hosts being omitted would explain itā¦
@DBKynd A user can choose to not share their sub/resub. Itās only published in chat right now because we havenāt removed twitchnotify. Once it is removed, itāll be completely up to the user to decide to share.
@sirakain Weāre looking into exposing the sub points total in an endpoint. Will keep you posted!
@abney317 Theyāve been live since the new subscription options were launched. You might be missing an IRC capability?
@D0cR3d No. Resubs have been using this same system since June 20th of last year, so this just expanded that system to new subs and is a consolidation for devs.
@ankhheart @3ventic @BarryCarlyon Get back to you on autohost notifications.
Yup, Iām in understanding that twitchnotify is not fully depreciated. That wasnāt quite my question. Would you mind giving it a re-read? It was about scopes. After twitchnotify is removed, and a user shares a sub/resub, itāll post in public twitch chat with the tier data ($X.99), but Iām confused why that data is behind an oauth scope with the pubsub system. Since it seems all the data in passed to IRC, once shared by the user. Thanks!
Oh I guess the sub-plan stuff only shows on the sub alert messages not all messages that the users send, right?
Guess I can grab the info from the regular API then instead of through the irc messages
Edit: Actually I just checked the API as well and Iām using āhttps://api.twitch.tv/kraken/channels/channel ID/subscriptions/user IDā The sub_plan fields are not there either for me http://i.imgur.com/s9uJ9HA.png
@abney317 Correct. Sub plan is only on the sub message. For the API, the data is only available in v5 of the API. Your screenshot shows v3 (or v4).
@DBKynd There are multiple reasons that I wonāt dive into here as theyāre platform implementation details. It boils down to security, privacy, and future evolution of the platform. The way a system works today isnāt necessarily true of how itāll work tomorrow*.
*For all values of tomorrow equal to +infinity minutes from today.
OK, thanks for the reply.
I was thinking it would have to do with future details/implementation because nothing here, currently, is different than what is shared in IRC chat. Kind of a bummer though cause I was excited to start using PUB/SUB for more of my automated stuff, and it seemed you guys were also wanting people to not have to monitor IRC chat as much.
So maybe a feature request for an additional PUB/SUB topic for only the publicly shared sub/resub data? Even if the tier info was not available in this new topic, that would be fine. Just the triggered event with time stamp and user/display_name/id would be enough for most people I would think.
Iāll just continue to monitor USERNOTICE messages in the meantime.
Thanks again.
@DallasNChains Will we ever get to see the current months-in-a-row trough the api pretty please?
I anticipate that Twitch is actually trying to determine a way to prevent people who are not authorised by the broadcaster from scraping sub/resub counts anonymously.
Probably related https://twitter.com/twitchsupport/status/859171098541162496 (Chat only shows autohosts with +1 viewers)
And youāre certain youāre using v5 right?
Iām using https://api.twitch.tv/kraken/channels/[channel ID]/subscriptions?oauth_token=[token]&api_version=5
and itās returning sub_plan values, but they all appear as 1000 even though some of the subs are Prime.
Do I need to do anything differently to get Prime subs differentiated?
Thanks!
Prime subs show up as 1000 in the API.