Created
December 11, 2012 19:05
-
-
Save chrisjason/4261117 to your computer and use it in GitHub Desktop.
ESPN Twitter Stream API XML Output - Internal Key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<response> | |
<statuses> | |
<statusesItem> | |
<status> | |
<createdAt>2012-12-11T18:00:00Z</createdAt> | |
<text>RT @David_Mayberry: Glause overcomes injury to win round: Cheyenne bull rider Seth Glause, competing with a broken nose, won ... http:// ...</text> | |
<source><a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a></source> | |
<truncated>false</truncated> | |
</status> | |
<user> | |
<id>126380866</id> | |
<name>Tracy Ringolsby</name> | |
<screenName>TracyRingolsby</screenName> | |
<location>Cheyenne, Wy</location> | |
<profileImageUrl> | |
<small> | |
<href>https://si0.twimg.com/profile_images/774874711/big_shot_on_horizon_normal.jpg</href> | |
<width>48</width> | |
<height>48</height> | |
</small> | |
</profileImageUrl> | |
<followersCount>4533</followersCount> | |
<friendsCount>49</friendsCount> | |
<createdAt>2011-06-03T16:32:00Z</createdAt> | |
<timeZone>Mountain Time (US & Canada)</timeZone> | |
<statusesCount>2057</statusesCount> | |
</user> | |
</statusesItem> | |
</statuses> | |
<resultsOffset>0</resultsOffset> | |
<resultsLimit>200</resultsLimit> | |
<resultsCount>1</resultsCount> | |
<timestamp>2012-12-11T18:00:55Z</timestamp> | |
<status>success</status> | |
</response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment