An application that was working fine, is no longer responding.
Following is the response I’m getting:
(
[errors] => Array
(
[0] => Array
(
[message] => Sorry, that page does not exist
[code] => 34
)
)
)
Here’s my TwitterOAuth Object
(
[http_code] => 404
[url] => https://api.twitter.com/1.1/users/lookup.json?include_entities=1&oauth_consumer_key=xxxxxx&oauth_nonce=xxxxxx&oauth_signature=xxxxxx&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1361045849&oauth_token=xxxxx&oauth_version=1.0&user_id=435554068%2C330893541%2C18064261%2C17792886%2C102875024%2C463466897%2C440628261%2C857327942%2C230336092%2C116425903%2C276491167%2C65478935%2C85073428%2C18390717
[host] => https://api.twitter.com/1.1/
[timeout] => 30
[connecttimeout] => 30
[ssl_verifypeer] =>
[format] => json
[decode_json] => 1
[http_info] => Array
(
[url] => https://api.twitter.com/1.1/users/lookup.json?include_entities=1&oauth_consumer_key=xxxxxx&oauth_nonce=xxxxxx&oauth_signature=xxxxxx&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1361045849&oauth_token=xxxxx&oauth_version=1.0&user_id=435554068%2C330893541%2C18064261%2C17792886%2C102875024%2C463466897%2C440628261%2C857327942%2C230336092%2C116425903%2C276491167%2C65478935%2C85073428%2C18390717
[content_type] => application/json; charset=utf-8
[http_code] => 404
[header_size] => 1458
[request_size] => 579
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0.186229
[namelookup_time] => 0.004453
[connect_time] => 0.028722
[pretransfer_time] => 0.095854
[size_upload] => 0
[size_download] => 68
[speed_download] => 365
[speed_upload] => 0
[download_content_length] => 68
[upload_content_length] => 0
[starttransfer_time] => 0.185993
[redirect_time] => 0
[certinfo] => Array
(
)
)
[useragent] => TwitterOAuth v0.2.0-beta2
[sha1_method] => OAuthSignatureMethod_HMAC_SHA1 Object
(
)
[consumer] => OAuthConsumer Object
(
[key] => xxxxxx
[secret] => xxxxx
[callback_url] =>
)
[token] => OAuthConsumer Object
(
[key] => xxxxxxx
[secret] => xxxxxxxx
[callback_url] =>
)
[http_header] => Array
(
[date] => Sat, 16 Feb 2013 20:17:29 GMT
[status] => 404 Not Found
[x_runtime] => 0.05038
[pragma] => no-cache
[x_transaction_mask] => a6183ffa5f8ca943ff1b53b5644ef114aad30ada
[x_mid] => 4d0decd35c7b72f3a07d3af27318eba7b1386452
[expires] => Tue, 31 Mar 1981 05:00:00 GMT
[last_modified] => Sat, 16 Feb 2013 20:17:29 GMT
[x_transaction] => 5f52b0c43215642b
[cache_control] => no-cache, no-store, must-revalidate, pre-check=0, post-check=0
[x_access_level] => read
[x_frame_options] => SAMEORIGIN
[set_cookie] => _twitter_sess=xxxxxxx; domain=.twitter.com; path=/; HttpOnly
[vary] => Accept-Encoding
[x_rate_limit_limit] => 180
[x_rate_limit_remaining] => 179
[x_rate_limit_reset] => 1361046749
[content_type] => application/json; charset=utf-8
[content_length] => 68
[server] => tfe
)
)