You are here

function sOAuthConsumer::__construct in jQuery social stream 7.2

Same name and namespace in other branches
  1. 7 jquery_social_stream.js.inc \sOAuthConsumer::__construct()

File

./jquery_social_stream.js.inc, line 469
JS callbacks.

Class

sOAuthConsumer

Code

function __construct($key, $secret, $callback_url = NULL) {
  $this->key = $key;
  $this->secret = $secret;
  $this->callback_url = $callback_url;
}