Docs list incorrect type for oauth "scope" field

In https://dev.twitch.tv/docs/v5/guides/authentication#authorization-code-flow at part number 4), the “scope” field in the JSON response is in reality not a space-separated string as is suggested, but an array of strings. i.e. it should say "scope":["viewing_activity_read"] instead of "scope":"viewing_activity_read". Just a minor error that tripped me up a bit.

It’s a space-separated list in the URL, which is the only thing that is documenting. You seem to be talking about a library of some sort, which uses an array instead.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.