Skip to content

Commit

Permalink
The old status table lookup doesn't work as the host no longer exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve King committed Jun 8, 2011
1 parent d99ed0b commit 67eb06d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions twitter/twitter.user.status.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Bart Teeuwisse</author>
<documentationURL>http://thecodemill.biz/searchmonkey/twitter.user.status</documentationURL>
<sampleQuery>select * from {table} where id='bartt'</sampleQuery>
<author>Steve King</author>
<documentationURL>http://dev.twitter.com/doc/get/statuses/user_timeline</documentationURL>
<sampleQuery>select * from {table} where id='steveathon'</sampleQuery>
</meta>
<bindings>
<select itemPath="feed.entry.content.adjunct.item.item.meta" produces="XML">
<select itemPath="statuses.status" produces="XML">
<urls>
<url>http://searchmonkey.thecodemill.biz/?url=http://twitter.com/{id}</url>
<url>http://api.twitter.com/1/statuses/user_timeline.xml?count=1&screen_name={screen_name}</url>
</urls>
<inputs>
<key id="id" type="xs:string" paramType="path" required="true"/>
<key id="screen_name" type="xs:string" paramType="path" required="true"/>
</inputs>
</select>
</bindings>
Expand Down

0 comments on commit 67eb06d

Please sign in to comment.