Adapter capabilities

 User authenticationYES
 User profileYES
 User contacts listYES
 User activity streamYES
 Update statusYES
 Access provider APIYES

Adapter specifications

 ID Twitter
 Protocol OAuth
 IDp URL http://dev.twitter.com/
 Keys registeration https://dev.twitter.com/apps
 Dev documentation https://dev.twitter.com/docs
 Since HybridAuth 1.0.1
 Wrapper ./Hybrid/Providers/Twitter.php
Callback URL http://mywebsite.com/path_to_hybridauth/?hauth.done=Twitter

Registering application

  1. Go to https://dev.twitter.com/apps and create a new application.
  2. Fill out any required fields such as the application name and description.
  3. Put your website domain in the Website field.
  4. Provide this URL as the Callback URL for your application: (http://mywebsite.com/path_to_hybridauth/?hauth.done=Twitter).
  5. Once you have registered, copy and past the created application credentials (Consumer Key and Secret) into the HybridAuth config file.