You are here

function TwitterOAuth::lastStatusCode in jQuery social stream 8

Same name and namespace in other branches
  1. 8.2 src/Twitter/TwitterOAuth.php \Drupal\jquery_social_stream\Twitter\TwitterOAuth::lastStatusCode()

Debug helpers

File

src/Twitter/TwitterOAuth.php, line 54

Class

TwitterOAuth
Twitter OAuth class

Namespace

Drupal\jquery_social_stream\Twitter

Code

function lastStatusCode() {
  return $this->http_status;
}