Yahoo
Adapter capabilities
| User authentication | YES |
| User profile | YES |
| User contacts list | YES |
| Post to user wall / update status | NO |
| Access provider API | YES |
Adapter specifications
| ID | Yahoo |
| Protocol | OAuth |
| IDp URL | https://www.yahoo.com |
| Keys registeration | https://developer.apps.yahoo.com/dashboard/createKey.html |
| Dev documentation | https://developer.yahoo.com/ |
| Wrapper | ./Hybrid/Providers/Yahoo.php |
| Callback URL | http://mywebsite.com/path_to_hybridauth/?hauth.done=Yahoo |
Registering application
1. Go to https://developer.apps.yahoo.com/dashboard/createKey.html 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 Application URL and Application Domain fields.
4. Set the Kind of Application to Web-based
5. Once you have registered, copy and past the created application credentials into the HybridAuth config file.