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
0
votes
1 answer

Formulating REST API call

Here is my query string https://api.meetup.com/2/open_events?country=us&state=ca&city=sanfrancisco&category=34&page=10&group_photo&sign=true&&sign=true I'm having no success reaching the group_photo resource. In the docs they…
Eric Johnson
  • 1,087
  • 1
  • 11
  • 16
0
votes
0 answers

Laravel5 - Socialite meetup, how to return user()?

I am getting the following error: Whoops, looks like something went wrong. 1/1 ErrorException in Arr.php line 238: explode() expects parameter 2 to be string, array given in Arr.php line 238 at HandleExceptions->handleError('2', 'explode() expects…
Harry Bosh
  • 3,611
  • 2
  • 36
  • 34
0
votes
1 answer

How to parse rMeetup response

I'm using rMeetup gem that queries via api version 2 and I don't understand how to extract the "members" value from a response. Here is where I get stuck (using irb for this example): >> require 'rmeetup' => true >> client = RMeetup::Client.new do…
mbb
  • 3,052
  • 1
  • 27
  • 28
0
votes
1 answer

Empty response body in Meetup OAuth 1.0a access token request

A successful OAuth 1.0a access token request to https://api.meetup.com/oauth/access/ returns a response with empty body but it should contain the oauth_token and oauth_token_secret. The response status is 200 OK. Here are the response…
Peter Hudec
  • 2,462
  • 3
  • 22
  • 29
0
votes
1 answer

how to use Meetup API with meteor

I'm trying to query the Meetup API using meteor,i tried a Meteor package. when i call the function below i get this error. API requests must be key-signed,oauth-signed, or accompanied by a key: Meteor.methods({ getGroups:function(){ …
Genjuro
  • 7,405
  • 7
  • 41
  • 61
0
votes
2 answers

Oauth2 Vs meetup using php and curl, fails to get token

respect to the whole stack exchange community, Tried to hold off for as long as i can(7 days) before asking, who/what is responsible for the following errors: {"error":"invalid_client"} According to the…
Harry Bosh
  • 3,611
  • 2
  • 36
  • 34
0
votes
1 answer

unable to rsvp on meetup through API

I am trying to update my rsvp status for an event, such as http://www.meetup.com/group/events/219126470/ $event_rsvp_url…
Harry Bosh
  • 3,611
  • 2
  • 36
  • 34
0
votes
2 answers

how to create a view like MeetUp interesting tags view

I have installed the MeetUp application. In Your Interests screen I have found the following view: What View is it and how it can be created?
eyal
  • 2,379
  • 7
  • 40
  • 54
0
votes
1 answer

Express/Angular, not redirecting after Passport authentication

In Express I'm using: var router = express.Router(); router.get('/auth/*', function (req, res, next) { next(); }) app.use(router); app.all('/*', function(req, res) { res.sendfile('index.html', { root: __dirname + '/app/dist' }); }); And in…
alyx
  • 2,593
  • 6
  • 39
  • 64
0
votes
1 answer

Meetup city list widget stylize

I have looked all over and cannot seem to find an answer for this. I am trying to find a way to stylize the "City List" widget for Meetup. The first widget on this list is the one I am trying to stylize.…
0
votes
1 answer

Is there a way to store metadata on meetup?

I want to use the Meetup.com API to have a group everyone belongs to, but then enable members to receive notifications of certain types of events on their smartphones. For example the group would have 3000 members and have activist meetings, social…
David Silva Smith
  • 11,498
  • 11
  • 67
  • 91
0
votes
2 answers

Using jQuery and JSON to display groups from MeetUp API

I am trying to make a widget that will display Meetup groups someone belongs to based on their Member ID. This is my HTML file. Meetup Groups by Member ID