Execute Yahoo YQL in hybridauth

paisley

New Member
Im using http://hybridauth.sourceforge.net/ i do get all contacts.I have to types of contacts in Yahoo. A test contact i entered manually and contacts from Facebook that i imported using yahoo tool.With YQL i get them all . With hybridauth rest api i only get one contact (the test one). So my question is if it's possible to execute YQL with hybridauth .So far i tried in \[code\]hybridauth/Hybrid/Providers/Yahoo.php\[/code\] :\[code\]$response = $this->api->get('http://query.yahooapis.com/v1/yql?q=select%20*%20from%20social.contacts(0)%20where%20guid%3Dme%3B', $parameters);\[/code\]But is not working :(Thanks!
 
Back
Top