Questions tagged [meetup]

Meetup is an online social networking portal that facilitates offline group meetings in various localities around the world.

Meetup allows members to find and join groups unified by a common interest, such as politics, books, games, movies, health, pets, careers or hobbies. Users enter their postal code or their city and the topic they want to meet about, and the website helps them arrange a place and time to meet.

Useful Links

Meetup API Documentation

73 questions
1
vote
1 answer

Getting data with Meetups API javascript

I'm trying to use meetups API with an API key, but I'm being blocked by CORS. I'm using the example meetup gives: https://api.meetup.com/2/events?key=mykey&group_urlname=ny-tech&sign=true, replacing the API key with my API key. This example comes…
Dashiell Rose Bark-Huss
  • 2,173
  • 3
  • 28
  • 48
1
vote
1 answer

How To Create A User in Meetup API

I am currently playing with the meetup API and I want to create users on my application using the meetup API so that these users will be able to join groups, create events and so on. I am not sure whether what I am asking is possible. Scenario A…
simba9442
  • 15
  • 5
1
vote
1 answer

Meetup API, how to get gender and birthday

According to the the help docs "gender" is an "optional fields parameter", but I can't get it when I use request = requests.get("http://api.meetup.com/2/members?fields=birthday",params=params) Is it possible for me to get the gender and birthday of…
Railroad Tycoon
  • 147
  • 2
  • 10
1
vote
0 answers

Mulitple calls to meetup api swift

I am trying to get a list of events from the meetup's api. Its crashes when request mulitple times as it states can only request once and is limited to 200 requests. I am getting groups then using the "urlName" api call to get the event coming up…
Maty Brennan
  • 51
  • 1
  • 3
1
vote
1 answer

Rails: how to use Meetup API key to return a list of events

Using Meetup API, I'm trying to retrieve and display a list of events from multiple groups. The application is using RoR, I am new to using APIs but trying to understand how this works. The idea is to have each user enter their group's Meetup API…
teresa
  • 356
  • 5
  • 21
1
vote
0 answers

Meetup oauth2: API replies with invalid_client

I aim to add Meetup oauth2 to Open Collective, a Node.js server using Passport. (I previously succeeded with GitHub oauth2, so in principle it's just about adding the Passport strategy passport-meetup-oauth2.) To avoid any issues about using…
1
vote
0 answers

How can I slice and parse the data received via streaming API?

I am trying to connect to the Meetup streaming HTTP API and parse the received events in different records. I am using ruby over Sinatra. I chose the 'em-http-request' gem to handle the connection and 'thin' as server. Searching for info on how to…
Ibrah
  • 83
  • 9
1
vote
0 answers

Meetup API integration to post event on Meetup

How to implement MeetUp API to create new event from rails application? How to authorise key to call create meet up API as I am getting 401 error code as I am free member I have used meetup_api gem to call get events API. How to use that to Post…
Kirtikumar A.
  • 4,140
  • 43
  • 43
1
vote
0 answers

Using public API - keep data up-to-date - avoid rate limit

I have an app that allows users to connect to meetup.com. Once connected, their current meetup groups are shown in a dashboard. Currently, I have a button that allows a user to resync their groups ( in case they've joined or resigned from a group…
Clay
  • 162
  • 2
  • 9
1
vote
1 answer

DMS Meetup.com API Client Class not found

I suspect the finer mechanics of this question are wider than just the specific class library I'm looking to use, in this instance it's the use case I'm struggling with. I'm looking at implementing the DMS Meetup API for PHP (…
petehotchkiss
  • 370
  • 1
  • 7
1
vote
2 answers

using meetup API to get nearby event information with event category

Currently, I am using /2/open_events API to get nearby events information by using latitude, longitude and radium as parameter. However, what I want to do is separate the retrieved events information to different categories/topics (eg. Java,…
Yangg
  • 23
  • 7
1
vote
1 answer

meetup api request open_events

I am trying to retrieve a list of open events in a certain category from meetup via api call through jQuery / JavaScript. I entered the keys in the meetup console (https://secure.meetup.com/meetup_api/console/?path=/2/open_events) and receive a…
1
vote
0 answers

Displaying Meetup members via API

I'm attempting to display a list of members of a Meetup group, using their API, see https://api.meetup.com/2/profiles?&sign=true&photo-host=public&group_urlname=pipeline-marketing&page=20. Specifically I'm trying to display the profile photos of all…
user2467729
  • 21
  • 1
  • 3
1
vote
1 answer

how to create meetup event using API

I am currently trying to integrate meetup.com API but finding difficulty to do it for creating a event there I has to use group id as a parameter can any one help me to find out a free group id because I want to test my event creation there.
1
vote
0 answers

How to create and event on Meetup using theire REST API?

I am trying to use meetup apis. I have API key, Secret key and consumer key. I can use the get events API and get all the public events meetups. but In my application I am allowing my users to create an event and that will be uploaded on meetup…
Parth Pandya
  • 1,460
  • 3
  • 18
  • 34