Test post from YQL
It works! I can post from YQL
--
Update: The post above was a test posting from YQL. This is pretty cool! YQL (Yahoo Query Language) lets you do SELECTs from any service on the web. Actually doesn't need to be a service, can be HTML (yes, scraping) or even plain text. Anything is data. If you have a service, you can also create custom tables and expose your data. But now you can not only SELECT, but also INSERT, UPDATE, DELETE (see how).
And checking this post I was just able to create a new WordPress post. This is co cool. It means you can interact with any service by simply using familiar SQL syntax. You don't have to know about XML-RPC and the hassles with WordPress or any other service. You don't need to read every service's (sometimes poor) documentation. It's just tables.
This entry was posted on Thursday, July 9th, 2009 and is filed under WordPress, yahoo. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.
Get notification for future posts: follow me on Twitter or subscribe to my RSS feed

July 10th, 2009 at 1:45 am
I agree, YQL makes experimenting with API’s a lot easier.
July 14th, 2009 at 2:42 am
Not only that but YQL makes the semantic web possible.
October 10th, 2010 at 4:53 pm
someone know how keep an asp.net session in a multi page scraping task ?