function OAuthConsumer::__construct in jQuery social stream 8.2
Same name and namespace in other branches
- 8 src/Twitter/OAuthConsumer.php \Drupal\jquery_social_stream\Twitter\OAuthConsumer::__construct()
File
- src/
Twitter/ OAuthConsumer.php, line 9
Class
Namespace
Drupal\jquery_social_stream\TwitterCode
function __construct($key, $secret, $callback_url = NULL) {
$this->key = $key;
$this->secret = $secret;
$this->callback_url = $callback_url;
}