You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Example
// 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.