You are here

private static function sOAuthRequest::generate_timestamp in jQuery social stream 7

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

util function: current timestamp

1 call to sOAuthRequest::generate_timestamp()
sOAuthRequest::from_consumer_and_token in ./jquery_social_stream.js.inc
pretty much a helper function to set up the request

File

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

Class

sOAuthRequest

Code

private static function generate_timestamp() {
  return time();
}