Delete the specified member photo
Only authorization parameters are needed. Authorized user must be the member owning the photo
Returns a HTTP 200 response if the delete was successful, 401 if unauthorized
Delete a member photo
curl -X DELETE https://api.meetup.com/2/member_photo/PHOTO_ID?key=API_KEY
Uploads a photo to be associated with a Member
The request must be a POST of content-type multipart/form-data. The supplied photo will be added to the currently authenticated user's member profile. If authenticating with OAuth, no parameters in the multipart form data should be included in the signature base string.
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 receiving the response, some photos may not be immediately accessible. If this is desirable, use the "await" request parameter
Meetup members, Log in
By clicking "Sign up" or "Sign up using Facebook", you confirm that you accept our Terms of Service & Privacy Policy
everywhere comments