forked from sparkapi/sparkapi4p2
-
Notifications
You must be signed in to change notification settings - Fork 0
Spark Authentication
wlmcewen edited this page Nov 7, 2012
·
2 revisions
One of the options to authenticate with is using 'Spark Authentication' method. This page goes over the Spark Authentication:
// Sets the Spark Authentication
$api = new SparkAPI_APIAuth($api_key_goes_here, $api_secret_goes_here);
// Unlike the OAuth2 and the Hybrid Authentications, this is a single access authentication through one member, so no redirect is necessary, but it is limited to that one account.