Hey Martin thanks for your continued help. I tried the YQL console: 

use 'http://www.yqlblog.net/samples/twitter.status.xml'; insert into
twitter.status (status,username,password) values ("Playing with INSERT
UPDATE and DELETE in YQL", "<mytwitteracct>,"<passwd>")


Of course - with my real twitter username and password!


And the detailed result with diagnostic was:-

json:

cbfunc({
 "query": {
  "count": "1",
  "created": "2010-07-02T08:42:01Z",
  "lang": "en-US",
  "diagnostics": {
   "publiclyCallable": "true",
   "url": [
    {
     "execution-time": "2",
     "proxy": "DEFAULT",
     "content": "http://www.yqlblog.net/samples/twitter.status.xml";
    },
    {
     "execution-time": "816",
     "proxy": "DEFAULT",
     "content": "http://yqlblog.net/samples/base64.js";
    },
    {
     "execution-time": "562",
     "http-status-code": "403",
     "http-status-message": "Forbidden",
     "proxy": "DEFAULT",
     "content": "http://twitter.com/statuses/update.xml";
    }
   ],
   "redirect": {
    "from": "http://yqlblog.net/samples/base64.js";,
    "content": "http://www.yqlblog.net/samples/base64.js";
   },
   "javascript": {
    "execution-time": "1383",
    "instructions-used": "13778",
    "table-name": "twitter.status"
   },
   "user-time": "1392",
   "service-time": "1380",
   "build-version": "8466"
  },
  "results": {
   "result": "undefined"
  }
 }
});


XML:

<?xml version="1.0" encoding="UTF-8"?>
<query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng"; yahoo:count="1"
yahoo:created="2010-07-02T08:31:08Z" yahoo:lang="en-US">
    <diagnostics>
        <publiclyCallable>true</publiclyCallable>
        <url execution-time="2"
proxy="DEFAULT"><![CDATA[http://www.yqlblog.net/samples/twitter.status.xml]]></url>
        <redirect
from="http://yqlblog.net/samples/base64.js";><![CDATA[http://www.yqlblog.net/samples/base64.js]]></redirect>
        <url execution-time="5"
proxy="DEFAULT"><![CDATA[http://yqlblog.net/samples/base64.js]]></url>
        <url execution-time="212" http-status-code="403"
http-status-message="Forbidden"
proxy="DEFAULT"><![CDATA[http://twitter.com/statuses/update.xml]]></url>
        <javascript execution-time="218" instructions-used="13778"
table-name="twitter.status"/>
        <user-time>227</user-time>
        <service-time>219</service-time>
        <build-version>8466</build-version>
    </diagnostics> 
    <results>
        <result>undefined</result>
    </results>
</query>

 
Maybe someone can give YQL-Console a go, but it looks like you are right
that YQL is not working. :-( 






-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Hello-from-a-newbie-tp5227706p5249222.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to