FAQ/API Documentation/Feed Resources

Fetch User Photos

Lockerz Admin
posted this on December 05, 2010 07:04 pm

Use this call to get all of a users photos.

URL

<API_Endpoint>/users/{User}/photos

HTTP Method

GET

Formats

XML, JSON, JSONP

Authenticated

No

Input

{User} - Alias or Id for a user.

Contents

N/A

Output

Photos

Parameters

FriendsOnly, GetGeo, TaggedId, ViewerId, VenueId, Search, Latitude/Longitude, Tags, AlbumId, SortFilter (sf), SortOrder (sort), Before, After, Preceding, Succeeding, GetCount, Start (ind), PageSize (ps), GetProfile

Error Codes

N/A

Notes

N/A

Example

curl -X GET http://api.plixi.com/api/tpapi.svc/users/723/photos

 
Topic is closed for comments