FAQ/API Documentation/Feed Resources

Get User Feed

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

This will let you get all of the photos from a specific user along with all of their friends.

URL

<API_Endpoint>/users/{User}/feed

HTTP Method

GET

Formats

XML, JSON, JSONP

Authenticated

No

Input

{User} - Alias or Id for a user.

Contents

N/A

Output

TweetPhotoSocialFeed

Parameters

FeedFilter, PhotoType, UploadType, ViewerId, Before, After, Preceding, Succeeding, Start (ind), PageSize (ps)

Error Codes

N/A

Notes

N/A

Example

curl -X GET http://api.plixi.com/api/tpapi.svc/users/seancallahan/feed

 
Topic is closed for comments