personally I just do:
if (payload.user_id) {
jQuery.get('MY EBS')
}
And do the Twitch Lookup if I don’t have a recent username cached. As well as return other user information, but different things for differnet use cases/extensions
personally I just do:
if (payload.user_id) {
jQuery.get('MY EBS')
}
And do the Twitch Lookup if I don’t have a recent username cached. As well as return other user information, but different things for differnet use cases/extensions