pikeo.people.getInfo
- Previous: pikeo.people.findByUsername
- Up: List of the Methods
- Next: pikeo.people.getMyInfo
Gets information about a pikeo user.
Authentication is not required and will give the same results in both anonymous and logged access.
Additional Parameters
| Type | Parameter | Required | Description |
|---|---|---|---|
| Integer | user_id | Yes | The id of the user to get info about |
Returns
Public information about the user.
REST
Call
The following code represents the parameters of the HTTP POST request:
user_id=675&nonce=MzEwOTEwNzY2MzIzNTYxMjU0Mw%3D%3D×tamp=2007-11-01T09%3A48%3A45Z&api_key=your_api_key&api_sig=DlPX2e911S87WzLeROs9YOTG%2FTM%3D&method=pikeo.people.getInfo
Response
<?xml version="1.0" encoding="UTF-8"?>
<response>
<person>
<id>675</id>
<username>jattali</username>
<location>Daly City, us</location>
<avatar_url>http://test.pikeo.com/images/imgrep2/avatar/R73Q1TUBOYU1XPS861SMJOA49IG6U5LT.jpg</avatar_url>
<profile_url>http://www.pikeo.com/guest.jsp?profile=jattali</profile_url>
</person>
</response>
XMLRPC
Call
<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
<methodName>pikeo.people.getInfo</methodName>
<params>
<param>
<value>
<struct>
<member>
<name>user_id</name>
<value>
<i4>675</i4>
</value>
</member>
<member>
<name>nonce</name>
<value>LTc0MzEwOTU2NjIxNzQ1NDMwNjc=</value>
</member>
<member>
<name>timestamp</name>
<value>2007-11-01T10:41:00Z</value>
</member>
<member>
<name>api_key</name>
<value>your_api_key</value>
</member>
<member>
<name>api_sig</name>
<value>3eSjYwd7P5xQTuM9Jgf4xWfem3Q=</value>
</member>
</struct>
</value>
</param>
</params>
</methodCall>
Response
<?xml version="1.0"?>
<methodResponse>
<params>
<param>
<value>
<struct>
<member>
<name>objectType</name>
<value>
<string>person</string>
</value>
</member>
<member>
<name>id</name>
<value>
<i4>675</i4>
</value>
</member>
<member>
<name>username</name>
<value>
<string>jattali</string>
</value>
</member>
<member>
<name>location</name>
<value>
<string>Daly City, us</string>
</value>
</member>
<member>
<name>avatarUrl</name>
<value>
<string>http://test.pikeo.com/images/imgrep2/avatar/R73Q1TUBOYU1XPS861SMJOA49IG6U5LT.jpg</string>
</value>
</member>
<member>
<name>profileUrl</name>
<value>
<string>http://www.pikeo.com/guest.jsp?profile=jattali</string>
</value>
</member>
</struct>
</value>
</param>
</params>
</methodResponse>
- Previous: pikeo.people.findByUsername
- Up: List of the Methods
- Next: pikeo.people.getMyInfo
Docs Navigation
- Home
- API
- pikeo test echo
- pikeo test version
- pikeo test login
- pikeo albums getInfo
- pikeo albums getList
- pikeo albums getPhotos
- pikeo comments updateComment
- pikeo contacts getList
- pikeo comments getMyCommentedPhotos
- pikeo comments addComment
- pikeo comments getPicturesCommentedByMe
- pikeo comments deleteComment
- pikeo comments getList
- pikeo groups addPhotos
- pikeo groups findByName
- pikeo groups getInfo
- pikeo groups getList
- pikeo groups getMembers
- pikeo groups getPhotos
- pikeo groups removePhotos
- pikeo groups search
- pikeo people findByUsername
- pikeo people getInfo
- pikeo people getMyInfo
- pikeo people getPublicPhotos
- pikeo photos addTags
- pikeo photos getContactsPublicPhotos
- pikeo photos getInfo
- pikeo photos getMostViewed
- pikeo photos getUserPhotos
- pikeo photos search
- pikeo photos setMeta
- pikeo photos setPrivacy
- pikeo photos upload
- PictureURL
- Errors
- phpApiKit
- javaApiKit
- DTO
- Authentication

Comments
New comments are not being accepted at this time.