-
Notifications
You must be signed in to change notification settings - Fork 2
Get bearer token from Meetup.com
J2EEbbesen edited this page Oct 13, 2019
·
1 revision
- Get
client_idfrom https://secure.meetup.com/meetup_api/oauth_consumers/ (called `key' on that page) - In a browser with developer tools open go to https://secure.meetup.com/oauth2/authorize?client_id=xxxxxxxxxxxxxxxxxxxxxxxxxx&response_type=token&redirect_uri=https://www.opentwincities.org/ (you need to use your
client_idinstead of axxxxxxxxxxxxxxxxxxxxxxxxxx - Authenticate with your user credentials
- Look at the response from Meetup.com and capture the
access_token
Do the same but use https://secure.meetup.com/oauth2/authorize?client_id=n9l9sbcs5ehc7v3fea6queqcru&response_type=code&redirect_uri=https://www.opentwincities.org/ for the URL.