Skip to content

Commit

Permalink
Merge pull request jmathai#190 from danieljonesorg/patch-1
Browse files Browse the repository at this point in the history
Update EpiTwitter.php
  • Loading branch information
jmathai committed Jan 7, 2014
2 parents 9e42b3d + 92d82fb commit a361018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EpiTwitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class EpiTwitter extends EpiOAuth
protected $accessTokenUrl = 'https://api.twitter.com/oauth/access_token';
protected $authorizeUrl = 'https://api.twitter.com/oauth/authorize';
protected $authenticateUrl= 'https://api.twitter.com/oauth/authenticate';
protected $apiUrl = 'http://api.twitter.com';
protected $apiUrl = 'https://api.twitter.com';
protected $userAgent = 'EpiTwitter (http://github.com/jmathai/twitter-async/tree/)';
protected $apiVersion = '1.1';
protected $isAsynchronous = false;
Expand Down

0 comments on commit a361018

Please sign in to comment.