Problem is authentication force_verify

Hello guys, I’m using laravel (this package: https://github.com/PetterKraabol/laravel-twitch-api) and this URL: https://api.twitch.tv/kraken/oauth2/authorize?response_type=code&client_id=XXXXXXXX&redirect_uri=http://gamee.me/twitch/handle&scope=channel_check_subscription+channel_subscriptions+openid+user_follows_edit+user_read+user_subscriptions+viewing_activity_read&state=&force_verify=true is not requesting users authorization always. So force_verify is set to true but doesn’t work :confused: can you help? Thanks

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