Skip to content

Commit

Permalink
Update link to api version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Jun 12, 2013
1 parent 4fe4226 commit 24792d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TwitterStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class TwitterStrategy extends OpauthStrategy {
'request_token_url' => 'https://api.twitter.com/oauth/request_token',
'authorize_url' => 'https://api.twitter.com/oauth/authenticate', // or 'https://api.twitter.com/oauth/authorize'
'access_token_url' => 'https://api.twitter.com/oauth/access_token',
'verify_credentials_json_url' => 'https://api.twitter.com/1/account/verify_credentials.json',
'verify_credentials_json_url' => 'https://api.twitter.com/1.1/account/verify_credentials.json',
'verify_credentials_skip_status' => true,
'twitter_profile_url' => 'http://twitter.com/{screen_name}',

Expand Down Expand Up @@ -207,4 +207,4 @@ private function _request($method, $url, $params = array(), $useauth = true, $mu
}
}

}
}

0 comments on commit 24792d5

Please sign in to comment.