Download the PHP package tehrancode/yahoo-api-bundle without Composer
On this page you can find all versions of the php package tehrancode/yahoo-api-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tehrancode/yahoo-api-bundle
More information about tehrancode/yahoo-api-bundle
Files in tehrancode/yahoo-api-bundle
Package yahoo-api-bundle
Short Description This Bundle is a wrapper around alexandreeffetb/yos-social-php5 for yahoo php SDK
License MIT
Homepage https://github.com/TehranCode/YahooApiBundle
Informations about the package yahoo-api-bundle
YahooApiBundle
Symfony2 Yahoo OAuth + OpenID This Bundle is a wrapper around alexandreeffetb/yos-social-php5
Progress Sheet
- This is under construction so Don't use it or at least Debug it first!
- Yahoo does answer OAuth requests from Localhost but It doesn't answer OAuth+OpenID requests
- alexandreeffetb/yos-social-php5 uses:
in the alexandreeffetb\yos-social-php5\lib\Yahoo\YahooCurl.php
line 112 and some of shared servers have problem with this!so you should comment it probably or ...
Requirements
alexandreeffetb/yos-social-php5
Installation
Use Composer to get the repository
first go to alexandreeffetb/yos-social-php5 and install it!
Setting up the bundle
A) Enable the bundles in the kernel:
B) Configure the TehranCodeYahooApiBundle
How to Use Bundle
OAuth sample for profile and contacts
use the 'TehranCode.Yahoo.OAuth.Application' service to make the URL
when user click above URL goes to yahoo and callback to route function:
OAuth + OpenID sample for profile and contacts
yahoo does not return user email with simple OAuth and you need to use OAuth + OpenID to get it use the 'TehranCode.Yahoo.OAuth.Application' service to make the URL
callback route function:
All versions of yahoo-api-bundle with dependencies
symfony/framework-bundle Version 2.*
symfony/yaml Version 2.*
alexandreeffetb/yos-social-php5 Version 0.*