function sOAuthConsumer::__construct in jQuery social stream 7
Same name and namespace in other branches
- 7.2 jquery_social_stream.js.inc \sOAuthConsumer::__construct()
File
- ./
jquery_social_stream.js.inc, line 339 - JS callbacks.
Class
Code
function __construct($key, $secret, $callback_url = NULL) {
$this->key = $key;
$this->secret = $secret;
$this->callback_url = $callback_url;
}