You are here

function sOAuthToken::__construct in jQuery social stream 7

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

key = the token secret = the token secret

File

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

Class

sOAuthToken

Code

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