TuitterOAuth::__construct

TuitterOAuthオブジェクトをインスタンス化する。
同時に、Twitterアカウント情報を取得する。

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

パラメータ

consumerKey

OAuth認証用のコンシューマ・キー。

consumerSec

OAuth認証用のコンシューマ・シークレット。

accessKey

OAuth認証用のアクセス・キー。

accessSec

OAuth認証用のアクセス・シークレット。