Opauth-Meetup
[Opauth][1] strategy for Meetup authentication., (*1)
Implemented based on http://www.meetup.com/meetup_api/auth/#oauth2 using OAuth2., (*2)
Opauth is a multi-provider authentication framework for PHP., (*3)
Demo: http://opauth.org/#meetup, (*4)
Getting started
-
Install Opauth-Meetup:, (*5)
cd path_to_opauth/Strategy
git clone git://github.com/damusnet/opauth-meetup.git Meetup
-
Register a Meetup application at https://secure.meetup.com/meetup_api/oauth_consumers/create, (*6)
-
Configure Opauth-Meetup strategy with key and secret., (*7)
-
Direct user to http://path_to_opauth/meetup to authenticate, (*8)
Strategy configuration
Required parameters:, (*9)
<?php
'Meetup' => array(
'key' => 'YOUR CLIENT KEY',
'secret' => 'YOUR CLIENT SECRET'
)
License
Opauth-Meetup is MIT Licensed
Copyright © 2014 Damien Varron (http://www.effervea.com), (*10)