rdohms / meetup-api-client

Guzzle powered Meetup.com API Client
MIT License
76 stars 24 forks source link

Can this lib be used for retrieving oAuth tokens? #15

Closed angelxmoreno closed 10 years ago

rdohms commented 10 years ago

@angelxmoreno can you provide more details of what you need?

This does indeed support the complete oAuth process, from handshake to getting tokens. Look for any Guzzle 3.7 tutorials on oAuth, cause it uses the standard oAuth plugin from Guzzle. You have to support the handshake process, but it will help you with it.

I'll close this, feel free to re-open if you still need help.