I am looking for the ruby/rails gem that deals with the Authentication API for Meetup.com
Asked
Active
Viewed 198 times
1 Answers
1
Meetup.com, at this time, does not have an official (or unofficial) ruby gem specific to it, but the API does use the oauth 2.0 protocol for authorization, so you can use the oauth2
gem for example, or even rack-oauth2
if you prefer a middleware solution

colinross
- 2,075
- 13
- 10