Skip to content

Instantly share code, notes, and snippets.

@wishpot
Created October 24, 2011 04:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wishpot/1308359 to your computer and use it in GitHub Desktop.
Save wishpot/1308359 to your computer and use it in GitHub Desktop.
Followers Sample Output
<Users xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.wishpot.com/restapi">
<User>
<Id>29</Id>
<FirstName>Alexis</FirstName>
<LastName>Smith</LastName>
<ScreenName>Alexis</ScreenName>
<IsVendor>false</IsVendor>
<FbUserId>555555</FbUserId>
<FbPageId xsi:nil="true"/>
<MainPictureId>37</MainPictureId>
<IsMale>true</IsMale>
<Birthday>1800-05-20T00:00:00</Birthday>
<City>Seattle</City>
<Region>WA</Region>
<ZipCode>98109</ZipCode>
<CountryCode>US</CountryCode>
<BlogURL/>
<UserPicture>
<Id>37</Id>
<Format0>jpg</Format0>
<Width0>50</Width0>
<Height0>37</Height0>
<FileId0>f620b4ce</FileId0>
<StoredPictureId0>19</StoredPictureId0>
<CalculatedUrl0>
https://main_test_wishpot_com.s3.amazonaws.com/SP1_19.jpg
</CalculatedUrl0>
<Format1>jpg</Format1>
<Width1>75</Width1>
<Height1>56</Height1>
<FileId1>8ed3b633</FileId1>
<StoredPictureId1>20</StoredPictureId1>
<CalculatedUrl1>
https://main_test_wishpot_com.s3.amazonaws.com/SP1_20.jpg
</CalculatedUrl1>
<Format2>jpg</Format2>
<Width2>160</Width2>
<Height2>120</Height2>
<FileId2>3a1aa540</FileId2>
<StoredPictureId2>21</StoredPictureId2>
<CalculatedUrl2>
https://main_test_wishpot_com.s3.amazonaws.com/SP1_21.jpg
</CalculatedUrl2>
<UserId>29</UserId>
</UserPicture>
<UserPaypalCredentials/>
</User>
<User>
<Id>23827</Id>
<FirstName>Fabio</FirstName>
<LastName>Jones</LastName>
<ScreenName>fjones</ScreenName>
<IsVendor>false</IsVendor>
<FbUserId>99999</FbUserId>
<FbPageId xsi:nil="true"/>
<MainPictureId>162</MainPictureId>
<IsMale xsi:nil="true"/>
<Birthday xsi:nil="true"/>
<City/>
<Region/>
<ZipCode/>
<CountryCode>US</CountryCode>
<BlogURL/>
<UserPaypalCredentials/>
</User>
</Users>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment