I am looking for the ruby/rails gem that deals with the Authentication API for Meetup.com
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
oauth2gem for example, or evenrack-oauth2if you prefer a middleware solution