Takes a contextual identifier and returns an expanded set of user data.
URL
http://trustmap.appspot.com/api/v1/get_user
Authentication
Remote key authentication is not required.
Parameters
- user: the contextual identifier of the user who's data you want
Example
http://trustmap.appspot.com/api/v1/get_user?user=%40tav
Response example
{
"contextual_identifier":"@tav",
"delicious_name":null,
"display_name":"Tav",
"facebook_id":null,
"facebook_username":null,
"flickr_id":null,
"flickr_name":null,
"location":"London, UK",
"services":{
"tav":["twitter"]
},
"thumbnail_image":{
"image_href":"http://twitter.com/tav",
"image_src":"http://a1.twimg.com/profile_images/70939006/aaken_normal.png"
},
"twitter_screen_name":"tav",
"youtube_name":null
}