Adapter capabilities

 User authenticationYES
 User profileYES
 User contacts listNO
 User activity streamNO
 Update statusNO
 Access provider APIYES

Adapter specifications

 IDTwitchTV
 ProtocolOauth 2
 IDp URLhttp://www.twitch.tv
 Dev documentationhttps://github.com/justintv/Twitch-API/blob/master/authentication.md

Registering application

  1. Go to twitch.tv/settings?section=applications and create a new application.
  2. Fill out any required fields such as the application name and description.
  3. Provide this URL as the Redirect URI (callback url) for your application: http://mywebsite.com/path_to_hybridauth/?hauth.done=TwitchTV
  4. Once you have registered, copy and past the created application credentials (Client ID and Secret) into the HybridAuth config file.