public function OAuthStoreSession::addConsumerRequestToken in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::addConsumerRequestToken()
- 7.2 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::addConsumerRequestToken()
- 7.3 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::addConsumerRequestToken()
- 7.5 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::addConsumerRequestToken()
- 7.6 lib/oauth-php/library/store/OAuthStoreSession.php \OAuthStoreSession::addConsumerRequestToken()
Overrides OAuthStoreAbstract::addConsumerRequestToken
File
- lib/
oauth-php/ library/ store/ OAuthStoreSession.php, line 135
Class
Code
public function addConsumerRequestToken($consumer_key, $options = array()) {
throw new OAuthException2("OAuthStoreSession doesn't support " . __METHOD__);
}