function TwittersOAuth::lastAPICall in jQuery social stream 7
Same name and namespace in other branches
- 7.2 jquery_social_stream.js.inc \TwittersOAuth::lastAPICall()
File
- ./
jquery_social_stream.js.inc, line 130 - JS callbacks.
Class
- TwittersOAuth
- Twitter sOAuth class
Code
function lastAPICall() {
return $this->last_api_call;
}