Yahoo! Query Language (YQL)
|
04-07-2011, 06:50 AM,
(This post was last modified: 04-07-2011, 07:12 AM by Zach.)
|
|||
|
|||
Yahoo! Query Language (YQL)
I thought this was great. Yahoo! Query Language lets you access many web APIs using a (mostly) standardized SQL-like language. Currently, you can access:
Recently, I used it for the "Recent Forum Posts" and "Latest News" sections on the new NiftyHost.us website. YQL has a 'feed' table that parses RSS and Atom feeds for you quickly and easily. This allowed me to set up those sections in a matter of minutes. Hi! I'm Zach, and I founded NiftyHost. If you need anything, just PM me! :)
|
|||
04-07-2011, 07:13 AM,
|
|||
|
|||
RE: Yahoo! Query Language (YQL)
Thanks, I'll be using that. Would love a tutorial or some proper/easy examples :)
With love,
HiddenKnowledge A.k.a. Yoruichi Shihouin If you have any questions, feel free to contact me trough email or pm. :) |
|||
04-07-2011, 07:33 AM,
(This post was last modified: 04-07-2011, 07:35 AM by Zach.)
|
|||
|
|||
RE: Yahoo! Query Language (YQL)
Well, here's the code I use in my functions files to make it work in the first place:
PHP Code: <?php To experiment with YQL and discover new tables, use the YQL Console at http://developer.yahoo.com/yql/console/. You can also use that to find the structure of the results which yql_query would return from each table. Here's an example of using YQL to get the latest news from the NiftyHost Forums and to display it as an unordered list: PHP Code: <?php Hi! I'm Zach, and I founded NiftyHost. If you need anything, just PM me! :)
|
|||
04-07-2011, 10:09 PM,
|
|||
|
|||
RE: Yahoo! Query Language (YQL)
Thanks :)
With love,
HiddenKnowledge A.k.a. Yoruichi Shihouin If you have any questions, feel free to contact me trough email or pm. :) |
|||
04-09-2011, 04:13 AM,
|
|||
|
|||
RE: Yahoo! Query Language (YQL)
Awesom i dint knew you can access facebook via YQL
|
|||
04-09-2011, 10:10 AM,
|
|||
|
|||
RE: Yahoo! Query Language (YQL)
Facebook, YouTube, and a whole lot more.
Hi! I'm Zach, and I founded NiftyHost. If you need anything, just PM me! :)
|
|||
04-11-2011, 06:39 AM,
|
|||
|
|||
RE: Yahoo! Query Language (YQL)
can you also access MTV via it or any other music sites?
|
|||
04-16-2011, 10:22 PM,
|
|||
|
|||
RE: Yahoo! Query Language (YQL)
The only music thing it can access at this point in time appears to be Yahoo! Music. You can look around in the console and play with tables.
Hi! I'm Zach, and I founded NiftyHost. If you need anything, just PM me! :)
|
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
What coding language do you use? | HiddenKnowledge | 63 | 15,843 |
06-15-2012, 12:10 PM Last Post: RichardGv |