php - Execute Yahoo YQL in hybridauth -
im using hybridauth yahoo contacts. hybridauth uses oauth rest api calls.
the problem rest api dont contacts. if use yql in http://developer.yahoo.com/yql/console/ contacts.
i have types of contacts in yahoo. test contact entered manually , contacts facebook imported using yahoo tool.
with yql them . hybridauth rest api 1 contact (the test one). question if it's possible execute yql hybridauth .
so far tried in hybridauth/hybrid/providers/yahoo.php :
$response = $this->api->get('http://query.yahooapis.com/v1/yql?q=select%20*%20from%20social.contacts(0)%20where%20guid%3dme%3b', $parameters); but not working :(
thanks!
Comments
Post a Comment