I am using yahoo php5 sdk https://github.com/yahoo/yos-social-php5 and use it to fetch user contacts from table social.contacts which is a private data. On the example, from delicious, it only shown fetching public data from yql. May I know what parameter should I use to fetch private data with the class YahooYQLQuery and Execute(). I have tried to follow the example but following error message appear:

YQL query failed with error: "Authentication Error. The table social.contacts requires a higher security level than is provided, you provided ANY but at least USER is expected".

Please help.. Thanks..

link|improve this question

65% accept rate
feedback

1 Answer

On the YQL code examples page, the best example to walk through is the YQL Social Application. (The Delicious/OAuth stuff is obsolete now.)

Also, when creating your Yahoo API key, make sure to select "This app requires access to private user data" and under Contacts, choose either Read or Read/Write, as appropriate for your app. This may be causing your YQL failure.

link|improve this answer
Hi Brian thanks for the reply.. The sdk that I am using now is the latest sdk, the deprecated sdk is github.com/yahoo/yos-social-php. Do you have any idea of referring the token to the class YahooYQLQuery and Execute()? as the example yql provided only referring to public data. Thanks.. – davidlee Feb 9 at 8:35
I haven't personally run through these examples in a while, but in the YQL code example, the 'Querying Private Data' section should walk through the differences needed when going for private data like this. – BrianC Feb 9 at 18:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.