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