dev-master
9999999-dev http://opauth.orgFoursquare strategy for Opauth
MIT
The Requires
- php >=5.2.0
- opauth/opauth >=0.2.0
authentication auth foursquare
Wallogit.com
2017 © Pedro Peláez
Foursquare strategy for Opauth
[Opauth][1] strategy for Foursquare authentication., (*1)
Implemented based on https://developer.foursquare.com/overview/auth, (*2)
Install Opauth-Foursquare:, (*3)
cd path_to_opauth/Strategy git clone git://github.com/pocket7878/opauth-foursquare.git Foursquare
Create Foursquare application at https://foursquare.com/oauth/register, (*4)
Configure Opauth-Foursquare strategy with at least Client ID and Client Secret., (*5)
Direct user to http://path_to_opauth/foursquare to authenticate, (*6)
Required parameters:, (*7)
<?php
'Foursquare' => array(
'client_id' => 'YOUR CLIENT ID',
'client_secret' => 'YOUR CLIENT SECRET'
)
Refer to Connecting - foursquare., (*8)
Opauth-Facebook is MIT Licensed
Copyright © 2012 Masato Sogame (Pocket7878) (http://poketo7878.dip.jp), (*9)
Foursquare strategy for Opauth
MIT
authentication auth foursquare