Image returns the URL of an image associated with a particular user.
Image sizes: 16x16, 24x24, 32x32, 48x48, 64x64, 96x96, 128x128, 192x192
The default image size for the Tinyusercard, the Usercard, and the IDCard is 48x48.
GET returns an image with the requested
{size} of the profile owner with the
specified {guid}.
http://social.yahooapis.com/v1/user/{guid}/profile/image/{size}
GETcallbackformatGET: Read Yahoo! Profiles
| Element | JSON Data Type | XML Schema Data Type | Description |
|---|---|---|---|
height
|
number | positiveInteger | Image height. |
imageUrl
|
string | anyURI | Display image of the URL. |
size
|
string | string | Image size as WxH. For example: 48x48 |
uri
|
string | anyURI | Reference to the actual resource. |
width
|
number | positiveInteger | Image width. |