Image
Description
Image returns the URL of an image associated with a particular user.
Image sizes: 16x16, 24x24, 32x32, 48x48, 64x64, 96x96, 128x128, 192x192
URI
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}
HTTP Operations Supported
GET
Query Parameters Supported
- callback
- format
Scopes Required
GET:Read (Shared) Yahoo! Profiles
Elements of the Image Object
| Element | JSON Data Type | XML Schema Data Type | Description |
|---|---|---|---|
size
|
string | string | Image size as WxH. |
width
|
number | positiveInteger | Image width. |
height
|
number | positiveInteger | Image height. |
imageUrl
|
string | anyURI | Display image of the URL. |
uri
|
string | anyURI | Reference to the actual resource. |

