Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b3d4f9b6bc | |||
![]() |
087cb1278f |
9
CONTRIBUTORS.md
Normal file
9
CONTRIBUTORS.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
This project has had multiple authors. In this file, I will try to credit
|
||||||
|
each of them. If you are not listed for some reason, please ask.
|
||||||
|
|
||||||
|
Andy Smith authored the original code (http://oauth.googlecode.com/svn/code/php/).
|
||||||
|
|
||||||
|
* Alexandre Eher (@EHER)
|
||||||
|
* Gary Jones (@GaryJones)
|
||||||
|
* Jacob Kiers (@jacobkiers)
|
||||||
|
* Alexandru G. (@vimishor)
|
@@ -157,7 +157,7 @@ public static function fromConsumerAndToken(
|
|||||||
'oauth_nonce' => Request::generateNonce(),
|
'oauth_nonce' => Request::generateNonce(),
|
||||||
'oauth_timestamp' => Request::generateTimestamp(),
|
'oauth_timestamp' => Request::generateTimestamp(),
|
||||||
'oauth_consumer_key' => $consumer->getKey());
|
'oauth_consumer_key' => $consumer->getKey());
|
||||||
if ($token) {
|
if ($token->getKey()) {
|
||||||
$defaults['oauth_token'] = $token->getKey();
|
$defaults['oauth_token'] = $token->getKey();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user