TuitterOAuth::__construct

Creates a new TuitterOAuth object.

__construct( string $consumerKey, string $consumerSec, string $accessKey, string $accessSec )

Parameters

consumerKey

The consumer key for OAuth.

consumerSec

The consumer secret for OAuth.

accessKey

The access key for OAuth.

accessSec

The access secret for OAuth.