Opauth strategy for Foursquare authentication.
Implemented based on https://developer.foursquare.com/overview/auth
-
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
Required parameters:
<?php
'Foursquare' => array(
'client_id' => 'YOUR CLIENT ID',
'client_secret' => 'YOUR CLIENT SECRET'
)
Refer to Connecting - foursquare.
Opauth-Facebook is MIT Licensed
Copyright © 2012 Masato Sogame (Pocket7878) (http://poketo7878.dip.jp)