Constructor
public __construct ( string $APIKey = "", string $sharedSecret = "" ) : OAuthSimple | ||
$APIKey | string | The API Key (sometimes referred to as the consumer key) This value is usually supplied by the site you wish to use. |
$sharedSecret | string | The shared secret. This value is also usually provided by the site you wish to use. |
return | OAuthSimple |