opauth / foursquare
Foursquare strategy for Opauth
dev-master
2014-03-11 01:43 UTC
Requires
- php: >=5.2.0
- opauth/opauth: >=0.2.0
This package is not auto-updated.
Last update: 2024-11-04 12:04:28 UTC
README
Opauth strategy for Foursquare authentication.
Implemented based on https://developer.foursquare.com/overview/auth
Getting started
-
Install Opauth-Foursquare:
cd path_to_opauth/Strategy git clone git://github.com/pocket7878/opauth-foursquare.git Foursquare
-
Create Foursquare application at https://foursquare.com/oauth/register
-
Configure Opauth-Foursquare strategy with at least
Client ID
andClient Secret
. -
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)