0

YQL test console returning results but application returns empty results

hello all,

Trying to import contacts. I have imported contacts to yahoo using email interface. I have tested returning contacts from YQL testing console and its working. When I use the same query from my application using yahoo php sdk, I keep getting empty results. Why ?

by
2 Replies
  • here is the php var_dump of result:
     
    object(stdClass)#267 (1) {
    ["query"]=>
    object(stdClass)#266 (4) {
    ["count"]=>
    int(0)
    ["created"]=>
    string(20) "2012-08-13T04:57:11Z"
    ["lang"]=>
    string(5) "en-US"
    ["results"]=>
    NULL
    }
    }

    From my projects I have set cotacts feature on.
    0
  • Can you pl let us know about the query you are hitting and the endpoint you hitting from PHP.
    0

Recent Posts

in Contacts