2017 © Pedro Peláez
 

library meetup

Meetup strategy for Opauth

image

opauth/meetup

Meetup strategy for Opauth

  • Sunday, February 2, 2014
  • by damusnet
  • Repository
  • 2 Watchers
  • 1 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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

  1. Install Opauth-Meetup:, (*5)

    cd path_to_opauth/Strategy
    git clone git://github.com/damusnet/opauth-meetup.git Meetup
    
  2. Register a Meetup application at https://secure.meetup.com/meetup_api/oauth_consumers/create, (*6)

  3. Configure Opauth-Meetup strategy with key and secret., (*7)

  4. 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)

The Versions

02/02 2014

dev-master

9999999-dev http://opauth.org

Meetup strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth meetup

02/02 2014

0.1.1

0.1.1.0 http://opauth.org

Meetup strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth meetup

01/02 2014

0.1.0

0.1.0.0 http://opauth.org

Meetup strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth meetup