0

How to modify query string when switching from /v1/public to /v1/yql to increase rate limits?

Here is the public query string:

http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20tumblr.posts%20where%20username%3D'staff'%20&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys

Of course, "public" needs to be changed to "yql" but where do you add API key info?

by
4 Replies
  • You need OAuth to use the yql authenticated endpoint.

    This blog post might help you. http://www.chaosm.net/blog/2010/06/15/two-legged-oauth-example-for-yql-with-php/

    0
  • Thanks for the note.

    We don't use any PHP now and don't want to add it to the mix.

    Any recs for a jQuery solution?

    0
  • No but I have a yui3 solution: http://yuilibrary.com/gallery/show/oauth

    If you look at the source code you probably could port it to jQuery.

    Thanks -Paul

    0
  • Thanks.

    Not a clue on how to implement that.

    0

Recent Posts

in YQL