Skip to content

pocket7878/opauth-foursquare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Opauth-Foursquare

Opauth strategy for Foursquare authentication.

Implemented based on https://developer.foursquare.com/overview/auth

Getting started

  1. Install Opauth-Foursquare:

    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

  3. Configure Opauth-Foursquare strategy with at least Client ID and Client Secret.

  4. Direct user to http://path_to_opauth/foursquare to authenticate

Strategy configuration

Required parameters:

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

Refer to Connecting - foursquare.

License

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

About

Foursquare strategy for Opauth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages