Adapter capabilities
| User authentication | YES |
| User profile | YES |
| User contacts list | NO |
| User activity stream | NO |
| Update status | NO |
| Access provider API | YES |
Adapter specifications
| ID | TwitchTV |
| Protocol | Oauth 2 |
| IDp URL | http://www.twitch.tv |
| Dev documentation | https://github.com/justintv/Twitch-API/blob/master/authentication.md |
Registering application
-
Go to twitch.tv/settings?section=applications and create a new application.
-
Fill out any required fields such as the application name and description.
-
Provide this URL as the Redirect URI (callback url) for your application: http://mywebsite.com/path_to_hybridauth/?hauth.done=TwitchTV
-
Once you have registered, copy and past the created application credentials (Client ID and Secret) into the HybridAuth config file.