an error for a basic open data table
<url execution-time="181" http-status-code="403"
http-status-message="Forbidden" proxy="DEFAULT"><![CDATA[http://twitter.com/statuses/update.xml]]></url>
I used the open data table example where you can use your twitter username and password to put content into your twitter
USE "http://mk-chatty.wikispaces.com/file/view/mkchatty.xml"; INSERT INTO mkchatty (status, username, password) VALUES ("your new tweet from YQL", "MYUSERNAME", 'MYPASSWORD')
I double checked the username and password, why is this coming up when i run it into the https yql console
this is the results
<?xml version="1.0" encoding="UTF-8"?>
<query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng"
yahoo:count="1" yahoo:created="2010-08-05T11:33:17Z" yahoo:lang="en-US">
<diagnostics>
<publiclyCallable>true</publiclyCallable>
<url execution-time="150" proxy="DEFAULT"><![CDATA[http://mk-chatty.wikispaces.com/file/view/mkchatty.xml]]></url>
<url execution-time="132" proxy="DEFAULT"><![CDATA[http://mk-chatty.wikispaces.com/file/view/base64.js]]></url>
<url execution-time="181" http-status-code="403"
http-status-message="Forbidden" proxy="DEFAULT"><![CDATA[http://twitter.com/statuses/update.xml]]></url>
<javascript execution-time="316" instructions-used="17936" table-name="mkchatty"/>
<user-time>471</user-time>
<service-time>463</service-time>
<build-version>8771</build-version>
</diagnostics>
<results>
<result>undefined</result>
</results>
</query>
by
0 Replies