Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
autowp committed Jul 20, 2017
1 parent 35f533e commit d9d981a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ public function getState()
*/
public function getLoginUrl()
{
//$temporaryCredentials = $this->getServer()->getTemporaryCredentials();

$temporaryCredentials = new Client\Credentials\TemporaryCredentials();
$temporaryCredentials->setIdentifier('temporary_identifier');
$temporaryCredentials->setSecret('temporary_secret');
$temporaryCredentials = $this->getServer()->getTemporaryCredentials();

// Store credentials in the session, we'll need them later
$this->getSession()->temporaryCredentials = $temporaryCredentials;
Expand Down

0 comments on commit d9d981a

Please sign in to comment.