Skip to content

Commit

Permalink
Used https for twitter URL
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabywalters committed Nov 20, 2012
1 parent 521e93b commit 9868da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BarnabyWalters/Posse/EventListener/TwitterSyndicator.php
Expand Up @@ -188,7 +188,7 @@ public function syndicateToTwitter(Event $event) {
if ($this->client !== null) { if ($this->client !== null) {
$client = $this->client; $client = $this->client;
} else { } else {
$client = new Client('http://api.twitter.com/{version}', array( $client = new Client('https://api.twitter.com/{version}', array(
'version' => $this->twitterApiVersion, 'version' => $this->twitterApiVersion,
'ssl.certificate_authority' => 'system', 'ssl.certificate_authority' => 'system',
)); ));
Expand Down

0 comments on commit 9868da9

Please sign in to comment.