opauth / meetup
Meetup strategy for Opauth
0.1.1
2014-02-02 16:13 UTC
Requires
- php: >=5.2.0
- opauth/opauth: >=0.2.0
This package is not auto-updated.
Last update: 2024-10-26 15:26:33 UTC
README
Opauth strategy for Meetup authentication.
Implemented based on http://www.meetup.com/meetup_api/auth/#oauth2 using OAuth2.
Opauth is a multi-provider authentication framework for PHP.
Demo: http://opauth.org/#meetup
Getting started
-
Install Opauth-Meetup:
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
-
Configure Opauth-Meetup strategy with
key
andsecret
. -
Direct user to
http://path_to_opauth/meetup
to authenticate
Strategy configuration
Required parameters:
<?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)