This method posts messages that appear under "Talk about this Meetup".
All of the required parameters must be supplied with the request, which must be an HTTP POST. The currently authenticated user must be a member of the group hosting the event
If successful, this method responds with a "201 Created" status and a JSON or XML body consisting of the posted comment in the same fields as the response items of the Event Comment Get method.
Post a comment to event ID 1234.
curl -i "https://api.meetup.com/2/event_comment" -d "event_id=1234&comment=hello+world&key=ABDE12456AB232445"
Post a reply for comment ID 4567
curl -i "https://api.meetup.com/2/event_comment" -d "in_reply_to=4567&comment=i'm+in&key=ABCDE12345"
Retrieve a single event comment or reply
Only authorization parameters are needed.
Delete a single event comment or reply
Only authorization parameters are needed.
Returns an HTTP 200 response if delete was successful, 401 if unauthorized.
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