2017 © Pedro Peláez
 

library foursquare

Foursquare strategy for Opauth

image

opauth/foursquare

Foursquare strategy for Opauth

  • Tuesday, March 11, 2014
  • by Pocket7878
  • Repository
  • 1 Watchers
  • 5 Stars
  • 582 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Opauth-Foursquare

[Opauth][1] strategy for Foursquare authentication., (*1)

Implemented based on https://developer.foursquare.com/overview/auth, (*2)

Getting started

  1. Install Opauth-Foursquare:, (*3)

    cd path_to_opauth/Strategy
    git clone git://github.com/pocket7878/opauth-foursquare.git Foursquare
    
  2. Create Foursquare application at https://foursquare.com/oauth/register, (*4)

  3. Configure Opauth-Foursquare strategy with at least Client ID and Client Secret., (*5)

  4. Direct user to http://path_to_opauth/foursquare to authenticate, (*6)

Strategy configuration

Required parameters:, (*7)

<?php
'Foursquare' => array(
    'client_id' => 'YOUR CLIENT ID',
    'client_secret' => 'YOUR CLIENT SECRET'
)

Refer to Connecting - foursquare., (*8)

License

Opauth-Facebook is MIT Licensed
Copyright © 2012 Masato Sogame (Pocket7878) (http://poketo7878.dip.jp), (*9)

The Versions

11/03 2014

dev-master

9999999-dev http://opauth.org

Foursquare strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth foursquare