0a3caeea by Jeff Balicki

oauth

1 parent 04efba3a
......@@ -6,7 +6,7 @@ include_once("src/contrib/Google_Oauth2Service.php");
$clientId = '326088686201-1llld5s7s3uhb2shl4g2g9djkvq584pc.apps.googleusercontent.com'; //Google CLIENT ID
$clientSecret = 'F4Fa8MdTT17f4voG4lRaOCuc'; //Google CLIENT SECRET
$redirectUrl = 'http://banners.gotenzing.com/oauth2callback'; //return url (url to script)
$homeUrl = 'http://banners.gotenzing.com/'; //return to home
$homeUrl = 'http://banners.gotenzing.com'; //return to home
##################################
......