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
dgmyrek edited this page Mar 21, 2018
·
1 revision
This authentication method is now deprecated. Please see the OpenID Connect Authentication or Access Token Authentication wiki pages.
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.