Current section

Files

Jump to
flickrex lib flickr getMethodInfo flickr.people.getInfo.json
Raw

lib/flickr/getMethodInfo/flickr.people.getInfo.json

{
"arguments": {
"argument": [
{
"_content": "Your API application key. <a href=\"/services/api/misc.api_keys.html\">See here</a> for more details.",
"name": "api_key",
"optional": 0
},
{
"_content": "The NSID of the user to fetch information about.",
"name": "user_id",
"optional": "0"
}
]
},
"errors": {
"error": [
{
"_content": "The user id passed did not match a Flickr user.",
"code": "1",
"message": "User not found"
},
{
"_content": "The user id passed matched a deleted Flickr user.",
"code": "5",
"message": "User deleted"
},
{
"_content": "The API key passed was not valid or has expired.",
"code": 100,
"message": "Invalid API Key"
},
{
"_content": "The requested service is temporarily unavailable.",
"code": 105,
"message": "Service currently unavailable"
},
{
"_content": "The requested operation failed due to a temporary issue.",
"code": 106,
"message": "Write operation failed"
},
{
"_content": "The requested response format was not found.",
"code": 111,
"message": "Format \"xxx\" not found"
},
{
"_content": "The requested method was not found.",
"code": 112,
"message": "Method \"xxx\" not found"
},
{
"_content": "The SOAP envelope send in the request could not be parsed.",
"code": 114,
"message": "Invalid SOAP envelope"
},
{
"_content": "The XML-RPC request document could not be parsed.",
"code": 115,
"message": "Invalid XML-RPC Method Call"
},
{
"_content": "One or more arguments contained a URL that has been used for abuse on Flickr.",
"code": 116,
"message": "Bad URL found"
}
]
},
"method": {
"description": {
"_content": "Get information about a user."
},
"explanation": {
"_content": "<p>The <code>firstdate</code> element contains the unix timestamp of the first photo uploaded by the user. The <code>firstdatetaken</code> element contains the mysql datetime of the first photo taken by the user.</p>\n<p>The <code>iconserver</code> element is used to build the url to the users' buddyicon - for more information please read the <a href=\"/services/api/misc.buddyicons.html\">buddyicon guide</a>.</p>\n<p>\nIf the API call is authenticated contact information will also be returned as attributes on the person element. <code>contact</code>, <code>friend</code>, and <code>family</code> are boolean flags describing the relationship between the <a href=\"/services/api/auth.spec.html\">authenticated</a> user, and the person currently being inspected. <code>revcontact</code>, <code>revfriend</code>, and <code>revfamily</code> is the reciprocal relationship.\n</p>"
},
"name": "flickr.people.getInfo",
"needslogin": 0,
"needssigning": 0,
"requiredperms": 0,
"response": {
"_content": "<person nsid=\"12037949754@N01\" ispro=\"0\" iconserver=\"122\" iconfarm=\"1\">\n\t<username>bees</username>\n\t<realname>Cal Henderson</realname>\n <mbox_sha1sum>eea6cd28e3d0003ab51b0058a684d94980b727ac</mbox_sha1sum>\n\t<location>Vancouver, Canada</location>\n\t<photosurl>http://www.flickr.com/photos/bees/</photosurl> \n\t<profileurl>http://www.flickr.com/people/bees/</profileurl> \n\t<photos>\n\t\t<firstdate>1071510391</firstdate>\n\t\t<firstdatetaken>1900-09-02 09:11:24</firstdatetaken>\n\t\t<count>449</count>\n\t</photos>\n</person>"
}
},
"stat": "ok"
}