FAQ/API Documentation/Commenting Resources

Fetch User Comments

Lockerz Admin
posted this on December 05, 2010 06:57 pm

This call will let you get all of the comments a specific user has posted on photos.

URL

<API_Endpoint>/users/{User}/comments

HTTP Method

GET

Formats

XML, JSON, JSONP

Authenticated

No

Input

{User} - Alias or Id for a user.

Contents

N/A

Output

Comments

Parameters

SortOrder (sort), Start (ind), PageSize (ps)

Error Codes

N/A

Notes

N/A

Example

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

 
Topic is closed for comments