function __construct($consumerKey, $consumerSecret, $callbackUrl)
 {
     parent::__construct($consumerKey, $consumerSecret, $callbackUrl);
 }