Skip to content

Commit

Permalink
[TwitterResourceOwner] Fix link to API
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Jan 17, 2014
1 parent 6e5fd98 commit 5f2ddfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OAuth/ResourceOwner/TwitterResourceOwner.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected function configureOptions(OptionsResolverInterface $resolver)
'authorization_url' => 'https://api.twitter.com/oauth/authenticate',
'request_token_url' => 'https://api.twitter.com/oauth/request_token',
'access_token_url' => 'https://api.twitter.com/oauth/access_token',
'infos_url' => 'http://api.twitter.com/1.1/account/verify_credentials.json',
'infos_url' => 'https://api.twitter.com/1.1/account/verify_credentials.json',
));
}
}

0 comments on commit 5f2ddfb

Please sign in to comment.