Initial commit

This commit is contained in:
2014-09-03 09:37:26 -07:00
commit 65d05ece68
5 changed files with 277 additions and 0 deletions

7
config.php.example Normal file
View File

@@ -0,0 +1,7 @@
<?php
// your configuration values from AffinityLive API
$clientID = "YOUR_ID_HERE@YOUR_DOMAIN_HERE.affinitylive.com";
$clientSecret = "YOUR_SECRET_HERE";
$clientURL = "https://YOUR_DOMAIN_HERE.api.affinitylive.com";