The polls functionality is a secret vote system, nevertheless I need a public vote system.I need that the results page of polls show the usernames of all users that have voted each survey option.I would like to know if this requirement is possible to achive and also if you know where can I request this develop.Thanks a lot.--
--
You received this message because you are subscribed to the Google
Groups "Meetup API" group.
To unsubscribe from this group, send email to
meetup-api+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/meetup-api?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "Meetup API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetup-api+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hello,I am trying to use the https://api.meetup.com/profile command to join groups.I do a post towith the following parameters encoded in the post body.group_urlname=Meetup-API-Testing&intro=Hi_I_am_testing_the_create_profile_Meetup_API_command.&access_token=<My access token here>But I am getting a "Error Domain=Not Found Code=404 "The operation couldn’t be completed. (Not Found error 404.)"this 404 error is usually returned from a server when an url path is not home.I also tried passing the parameters both in the post body and on the command line to no avail.the documentation says "all required parameters must be supplied." so I also tried sendinggroup_id=1556336&group_urlname=Meetup-API-Testing&intro=Hi_I_am_testing_the_create_profile_Meetup_API_command.&access_token=<My access token here>and just to cover more bases I tried with my API key as well.
group_id=1556336&group_urlname=Meetup-API-Testing&intro=Hi_I_am_testing_the_create_profile_Meetup_API_command.&key=<My API Key>Help. Is this command working?