This method can be used for adding non-standard parameters required by your application, as well as parameters within the spec.
<?php
$Provider->addRequiredParameter("permissions");
$Provider->addRequiredParameter("oauth_callback");
(PECL OAuth >= 1.0.0)
OAuthProvider::addRequiredParameter — 必須パラメータを追加する
oauth プロバイダの必須パラメータを追加します。
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
req_params
必須パラメータ。
成功した場合に true
を、失敗した場合に false
を返します。
This method can be used for adding non-standard parameters required by your application, as well as parameters within the spec.
<?php
$Provider->addRequiredParameter("permissions");
$Provider->addRequiredParameter("oauth_callback");