Adapter capabilities
| User authentication | YES |
| User profile | YES |
| User contacts list | NO |
| User feed news | NO |
| Post page wall | NO |
| Access provider API | YES |
Adapter specifications
| ID |
Github |
| Protocol | OAuth2 |
| IDp URL | http://www.github.com |
| Keys registeration | https://github.com/settings/applications/new |
| Dev documentation | http://developer.github.com/v3/ |
| Wrapper |
./Hybrid/Providers/Github.php |
| Callback URL |
http://mywebsite.com/path_to_hybridauth/?hauth.done=Github |
Registering application
Go to https://github.com/account/applications/new then create a new application. Fill required input, then copy your created application credentials (App ID and App Secret) and set them on HybridAuth config file.