Results of 1 - 10 of about 11 for consumer (0.001 sec.)
- 新しい OAuth オブジェクトを作成する 13105
- « OAuth OAuth::__destruct » PHP Manual OAuth 新しい OAuth オブジェクトを作成する OAuth::__constr
...
を作成する 説明 public OAuth::__construct ( string $consumer_key , string $consumer_secret , string $signature_ ...
新しい OAuth オブジェクトを作成します。 パラメータ consumer_key サービスプロバイダが提供する consumer key。 co ...
nsumer_secret サービスプロバイダが提供する consumer secret。 signature_method このオプションのパラメー ...
用する) です。 関連キーワード: オブジェクト , 作成 , consumer , パラメータ , construct , string , key , secret , ...
-
https://man.plustar.jp/php/oauth.construct.html
- [similar]
- consumerHandler コールバックを設定する 12073
- « OAuthProvider::__construct OAuthProvider::generateToken » PHP Manual OAuthProvider consumerHan
...
dler コールバックを設定する OAuthProvider::consumerHandler (PECL OAuth >= 1.0.0) OAuthProvider::consum ...
erHandler — consumerHandler コールバックを設定する 説明 public OAuthPro ...
vider::consumerHandler ( callable $callback_function ): void コンシ ...
コールバックを設定します。これは OAuthProvider::callConsumerHandler() でコールされる関数です。 警告 この関数は、 ...
-
https://man.plustar.jp/php/oauthprovider.consumerhandler.html
- [similar]
- トークンと secret を設定する 8659
- « OAuth::setTimestamp OAuth::setVersion » PHP Manual OAuth トークンと secret を設定する OAuth::s
...
::setToken() の例 <?php $oauth = new OAuth ( OAUTH_CONSUMER_KEY , OAUTH_CONSUMER_SECRET ); $oauth -> setToken ...
-
https://man.plustar.jp/php/oauth.settoken.html
- [similar]
- setRequestEngine 8499
- « OAuth::setNonce OAuth::setRSACertificate » PHP Manual OAuth setRequestEngine OAuth::setRequest
...
す。 例 例1 OAuth::setRequestEngine() example <?php $consumer = new OAuth (); $consumer -> setRequestEngine ( OA ...
-
https://man.plustar.jp/php/oauth.setrequestengine.html
- [similar]
- 定義済み定数 8090
- « リソース型 例 » PHP Manual OAuth 定義済み定数 定義済み定数 以下の定数が定義されています。 この
...
s パラメータが含まれていなければなりません。 OAUTH_CONSUMER_KEY_UNKNOWN ( int ) oauth_consumer_key が、一時的に ...
に制限をかけているなどの可能性が考えられます。 OAUTH_CONSUMER_KEY_REFUSED ( int ) コンシューマキーが拒否されまし ...
-
https://man.plustar.jp/php/oauth.constants.html
- [similar]
- 米Yahoo! の位置情報プラットフォーム FireEagle の例 8019
- « 例 OAuth 関数 » PHP Manual 例 米Yahoo! の位置情報プラットフォーム FireEagle の例 米Yahoo! の位
...
ireeagle.yahooapis.com/api/0.1' ; $conskey = 'your_consumer_key' ; $conssec = 'your_consumer_secret' ; session ...
-
https://man.plustar.jp/php/oauth.examples.fireeagle.html
- [similar]
- The MongoDB\Driver\Cursor class 7930
- « MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD
...
ion, two scripts will be used: a "producer" and a "consumer". The producer script will create a new capped col ...
> With the producer script still running, a second consumer script may be executed to read the inserted docume ...
t -> createdAt ); } $iterator -> next (); } ?> The consumer script will start by quickly printing all availabl ...
-
https://man.plustar.jp/php/class.mongodb-driver-cursor.html
- [similar]
- OAuth で保護されたリソースを取得する 7930
- « OAuth::enableSSLChecks OAuth::generateSignature » PHP Manual OAuth OAuth で保護されたリソースを
...
th::fetch() の例 <?php try { $oauth = new OAuth ( "consumer_key" , "consumer_secret" , OAUTH_SIG_METHOD_HMACSH ...
-
https://man.plustar.jp/php/oauth.fetch.html
- [similar]
- リクエストトークンを取得する 7930
- « OAuth::getRequestHeader OAuth::setAuthType » PHP Manual OAuth リクエストトークンを取得する OAu
...
oken() の例 <?php try { $oauth = new OAuth ( OAUTH_CONSUMER_KEY , OAUTH_CONSUMER_SECRET ); $request_token_info ...
-
https://man.plustar.jp/php/oauth.getrequesttoken.html
- [similar]
- アクセストークンを取得する 7770
- « OAuth::generateSignature OAuth::getCAPath » PHP Manual OAuth アクセストークンを取得する OAuth:
...
oken() の例 <?php try { $oauth = new OAuth ( OAUTH_CONSUMER_KEY , OAUTH_CONSUMER_SECRET ); $oauth -> setToken ...
-
https://man.plustar.jp/php/oauth.getaccesstoken.html
- [similar]