flickrex v0.6.0 Flickrex.Flickr.Testimonials View Source
Link to this section Summary
Functions
Write a new testimonial
Approve a testimonial that has been written about the currently loggedin user
Permanently delete a testimonial. The loggedin user must be either the author or recipient of the testimonial
Change the text of a testimonial. The loggedin user must be the author of the existing testimonial. Editing a testimonial will mark it as pending and will require it to be re-approved by the recipient before appearing on their profile
Get all testimonials (pending and approved) written about the given user
Get the testimonial by the currently logged-in user about the given user, regardless of approval status. Note that at most 1 testimonial will be returned
Get all testimonials (pending and approved) written by the given user
Get all pending testimonials written about the given user
Get the pending testimonial by the currently logged-in user about the given user. Note that at most 1 testimonial will be returned
Get all pending testimonials written by the given user
Get approved testimonials about the given user
Get the approved testimonial by the currently logged-in user about the given user. Note that at most 1 testimonial will be returned
Get approved testimonials written by the given user
Link to this section Types
Link to this section Functions
Write a new testimonial
This method requires authentication with “write” permission.
Arguments
user_id
- (required) ID of the user the testimonial is abouttestimonial_text
- (required) The text of the testimonial. HTML/BBCode is not accepted
Approve a testimonial that has been written about the currently loggedin user
This method requires authentication with “write” permission.
Arguments
testimonial_id
- (required) ID of the testimonial to approve
Permanently delete a testimonial. The loggedin user must be either the author or recipient of the testimonial
This method requires authentication with “write” permission.
Arguments
testimonial_id
- (required)
Change the text of a testimonial. The loggedin user must be the author of the existing testimonial. Editing a testimonial will mark it as pending and will require it to be re-approved by the recipient before appearing on their profile
This method requires authentication with “write” permission.
Arguments
user_id
- (required) The NSID of the user the testimonial is abouttestimonial_id
- (required) The ID of the testimonial to edittestimonial_text
- (required) The text of the testimonial. HTML/BBCode is not accepted
Get all testimonials (pending and approved) written about the given user
This method requires authentication with “read” permission.
Arguments
page
- Page number. Default is 0per_page
- Number of testimonials to return per page. Default is 10, maximum is 50
Get the testimonial by the currently logged-in user about the given user, regardless of approval status. Note that at most 1 testimonial will be returned
This method requires authentication with “read” permission.
Arguments
user_id
- (required) ID of the user to get testimonials about
Get all testimonials (pending and approved) written by the given user
This method requires authentication with “read” permission.
Arguments
page
- Page number. Default is 0per_page
- Number of testimonials to return per page. Default is 10, maximum is 50
Get all pending testimonials written about the given user
This method requires authentication with “read” permission.
Arguments
page
- Page number. Default is 0per_page
- Number of testimonials to return per page. Default is 10, maximum is 50
Get the pending testimonial by the currently logged-in user about the given user. Note that at most 1 testimonial will be returned
This method requires authentication with “read” permission.
Arguments
user_id
- (required) ID of the user to get testimonials about
Get all pending testimonials written by the given user
This method requires authentication with “read” permission.
Arguments
page
- Page number. Default is 0per_page
- Number of testimonials to return per page. Default is 10, maximum is 50
Get approved testimonials about the given user
This method does not require authentication.
Arguments
user_id
- (required) ID of the user to get testimonials aboutpage
- Page number. Default is 0per_page
- Number of testimonials to return per page. Default is 10, maximum is 50
Get the approved testimonial by the currently logged-in user about the given user. Note that at most 1 testimonial will be returned
This method requires authentication with “read” permission.
Arguments
user_id
- (required) ID of the user to get testimonials about
Get approved testimonials written by the given user
This method does not require authentication.
Arguments
user_id
- (required) ID of the user to get testimonials written bypage
- Page number. Default is 0per_page
- Number of testimonials to return per page. Default is 10, maximum is 50