Twitter Application
Here are the example Data feed from twitter user timeline API.
<statuses type="array">
<status>
<created_at>Sat May 03 06:47:03 +0000 2008</created_at>
<id>802451204</id>
<text>
Hello Test photo
</text>
<source>web</source>
<truncated>false</truncated>
<in_reply_to_status_id/>
<in_reply_to_user_id/>
<favorited>false</favorited>
<user>
<id>8705172</id>
<name>letsprove</name>
<screen_name>letsprove</screen_name>
<location/>
<description/>
<profile_image_url>
http://static.twitter.com/images/default_profile_normal.png
</profile_image_url>
<url/>
<protected>false</protected>
<followers_count>4</followers_count>
</user>
</status>
</statuses>
Application Name: Twitter
Data URL: http://twitter.com/statuses/user_timeline/%username.xml
Profile URL: http://twitter.com/%username
Primary key: id
Each data Tag: status
Required HTTP basic authentication: No
Method: GET
Required Parameters: username
Text Format:
posted %text on <a href="http://twitter.com/%username" target="_blank">Twitter</a>
Enable notification: No
Platform parameters:
%username = letsprove
%created_at = Sat May 03 06:47:03 +0000 2008
%id = 802451204
%text = Hello Test photo
%truncated = false
%in_reply_to_status_id = NULL
%in_reply_to_user_id = NULL
%favorited = false
Last.fm Artist events Application
Here are the example Data feed from Last.fm Events RSS.
<?xml version="1.0"?>
<rss xmlns:xcal="urn:ietf:params:xml:ns:xcal" version="2.0">
<channel>
<title>Last.fm Events - for Artist Linkin Park</title>
<description>Linkin Park will be playing at these Events - supplied by http://www.Last.fm</description>
<language>en-gb</language>
<generator>http://www.Last.fm</generator>
<ttl>60</ttl>
<link>http://www.last.fm</link>
<item>
<title>Provinssirock on 13 Jun 2008</title>
<description><![CDATA[Location: Seinäjoki, Finland
]]></description>
<link>http://www.last.fm/event/460790</link>
<guid>http://www.last.fm/event/460790</guid>
<pubDate>Sat, 05 Jan 2008 23:02:22 +0000</pubDate>
</item>
</channel>
</rss>
Application Name: Last.fm Artist events
Data URL: http://ws.audioscrobbler.com/1.0/artist/%artist/events.rss
Profile URL: http://www.last.fm/music/%artist
Primary key: guid
Each data Tag: channel/item
Required HTTP basic authentication: No
Method: GET
Required Parameters: artist
Text Format:
received new %artist's event <a href="%link" target="_blank"><strong>%title</strong></a> from <a href="http://last.fm" target="_blank">Last.fm</a>
Enable notification: Yes
Example Post to Message Text Format:
New event %title from Last.fm
Platform parameters:
%artist = Linkinpark
%title = Provinssirock on 13 Jun 2008
%description = Location: Seinäjoki, Finland
%link = http://www.last.fm/event/460790
%guid = http://www.last.fm/event/460790
%pubDate = Sat, 05 Jan 2008 23:02:22 +0000