Пример #1
0
 public function __construct($url = '/')
 {
     parent::__construct($url);
     // because we need to
     $this->twitter = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET, OAUTH_TOKEN, OAUTH_TOKEN_SECRET);
 }