Here is the twitteroauth object I get (my keys xxxx’d out) - I don’t see anything that looks like a more detailed error message. Any thoughts?
TwitterOAuth Object
(
[http_code] => 403
[url] => https://api.twitter.com/1.1/statuses/update.json
[host] => https://api.twitter.com/1.1/
[timeout] => 30
[connecttimeout] => 30
[ssl_verifypeer] => 1
[format] => json
[decode_json] => 1
[http_info] => Array
(
[url] => https://api.twitter.com/1.1/statuses/update.json
[content_type] => application/json; charset=utf-8
[http_code] => 403
[header_size] => 1302
[request_size] => 686
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0.340375
[namelookup_time] => 5.3E-5
[connect_time] => 0.043348
[pretransfer_time] => 0.153397
[size_upload] => 0
[size_download] => 97
[speed_download] => 284
[speed_upload] => 0
[download_content_length] => 97
[upload_content_length] => 0
[starttransfer_time] => 0.340359
[redirect_time] => 0
)
[useragent] => TwitterOAuth v0.2.0-beta2
[sha1_method] => OAuthSignatureMethod_HMAC_SHA1 Object
(
)
[consumer] => OAuthConsumer Object
(
[key] => xxxxx
[secret] => xxxxx
[callback_url] =>
)
[token] => OAuthConsumer Object
(
[key] => xxxxx
[secret] => xxxxx
[callback_url] =>
)
[http_header] => Array
(
[cache_control] => no-cache, no-store, must-revalidate, pre-check=0, post-check=0
[content_length] => 97
[content_type] => application/json; charset=utf-8
[date] => Thu, 02 May 2013 17:31:22 GMT
[etag] => “f6eba64f9f6467f2df6417dff1a028f8”
[expires] => Tue, 31 Mar 1981 05:00:00 GMT
[last_modified] => Thu, 02 May 2013 17:31:22 GMT
[pragma] => no-cache
[server] => tfe
[set_cookie] => guest_id=v1%3A136751588215107417; Domain=.twitter.com; Path=/; Expires=Sat, 02-May-2015 17:31:22 UTC
[status] => 403 Forbidden
[strict_transport_security] => max-age=631138519
[vary] => Accept-Encoding
[x_access_level] => read-write
[x_frame_options] => SAMEORIGIN
[x_mid] => 6b12d727d414d9dfc09d2ba9c7c2e1e43c4eacfc
[x_rate_limit_limit] => 15
[x_rate_limit_remaining] => 14
[x_rate_limit_reset] => 1367516781
[x_runtime] => 0.12339
[x_transaction] => 56f6bf37f605ef43
[x_transaction_mask] => a6183ffa5f8ca943ff1b53b5644ef114133d7b54
)
)