Deletes a specified event photo
Only authorization parameters are needed. Authorized user must be the original poster of the photo or the organizer of the group the photo was posted in
Returns a HTTP 200 response if the delete was successful, 401 if unauthorized.
Edits a specified event photo
Only authorization parameters are needed. Authorized user must be the original poster of the photo or the organizer of the group the photo was posted in
Photo caption of up to 255 characters
Photo caption
Optional fields parameter. When requested, this returns the number of comments made about this photo
Created time in milliseconds since the epoch
URL for the photo at its maximum size
Member that uploaded the photo
Optional field
Optional field
Member's ID
Optional field
Name of the member
Optional member photo of the uploading member
URL for the photo at its maximum size
Photo ID
URL for a standard size of the photo
URL for a thumbnail of the photo
-
Extra event info returned when requested in the "fields" parameter
URL of the event's page on meetup.com
String ID of the event
Name of the event
UTC start time of the event, in milliseconds since the epoch
Event ID if this is an event photo album
ID of the group that created the album
Unique identifier of the album
Unique identifier of the photo
URL for a standard size of the photo
Optional field, contains details specific to the authorized user
list of actions the current user may perform, potentially "delete" or "edit"
Member's role in group, if any: Organizer, Assistant Organizer, Event Organizer, etc.
URL for photo in photo album on meetup.com
URL for a thumbnail the photo
Last updated time in milliseconds since the epoch
Uploads a photo for a given event
A photo album or event ID must be supplied with the request, which must be a POST of content-type multipart/form-data. The currently authenticated user must be a member of the group that is hosting the event. Parameters other than photo may be passed in as a query string or within the posted content. If authenticating with OAuth, no parameters in the multipart form data should be included in the signature base string
If true, this ensures a response will not be returned until the upload is accessible
Caption for the photo
Identifier of an event. If there is no album for this event, one will be created.
The photo, encoded as multipart/form-data. The maximum file size allowed is 10MB
Identifier of an existing photo album, which may be an event or group album
When successful, this method responds with a status of "201 Created" and a Location header with the uploaded photo's URL. The response body contains the following elements in JSON or XML. Upon recieving the response, some photos may not be immediately accesible. If this is desirable, use the "await" request parameter
Identifier of the photo's album
Created time in milliseconds since the epoch
Unique identifier of this photo
Member that uploaded the photo
Identifier of member
Name of member
Link to the uploaded event photo (same as in the Location header).
URL for photo in photo album on meetup.com
Request Completed
Last updated time in milliseconds since the epoch
v3 comments