flickrex v0.3.0 Flickr.Photos.Notes
Summary
Functions
Add a note to a photo. Coordinates and sizes are in pixels, based on the 500px image size shown on individual photo pages
Delete a note from a photo
Edit a note on a photo. Coordinates and sizes are in pixels, based on the 500px image size shown on individual photo pages
Types
Functions
Add a note to a photo. Coordinates and sizes are in pixels, based on the 500px image size shown on individual photo pages.
This method requires authentication with “write” permission.
Arguments
photo_id
- (required) The id of the photo to add a note tonote_x
- (required) The left coordinate of the notenote_y
- (required) The top coordinate of the notenote_w
- (required) The width of the notenote_h
- (required) The height of the notenote_text
- (required) The description of the note
Delete a note from a photo.
This method requires authentication with “write” permission.
Arguments
note_id
- (required) The id of the note to delete
Edit a note on a photo. Coordinates and sizes are in pixels, based on the 500px image size shown on individual photo pages.
This method requires authentication with “write” permission.
Arguments
note_id
- (required) The id of the note to editnote_x
- (required) The left coordinate of the notenote_y
- (required) The top coordinate of the notenote_w
- (required) The width of the notenote_h
- (required) The height of the notenote_text
- (required) The description of the note