Home » YQL
How to create Tweets with YQL
Intipadi.com – Let’s build a Twitter panel that will show the latest tweets from each of the Tuts+ sites’ Twitter accounts. We’ll start by going to the YQL console and looking at our options. Make sure you’re viewing the community tables. Under the Twitter section, choose twitter.user.profile (which will include the latest tweet), or type this query into the statement box:
select * from...
An API for the Web: Learning YQL
Intipadi.com – The Yahoo Query Language is a great tool that’s guaranteed to speed up your web development time. The more complex your project, the more time YQL will save you. So, is it a framework, an application, a beverage? Today, you’ll find out what it is and how to use it!
What is YQL?
Web apps and web services multiply like rabbits. They’re all fun to play with (like rabbits)...