[twitter-dev] Re: Cannot update status with Twitter PHP Library

2010-06-25 Thread Straube
a PHP warning: curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); This may be causing the request error? I'd better use the Abraham's library? Thanks, Straube On 25 jun, 17:00, Sam Wierema wrote: > If you're using Abraham's library you should drop the .json and the > first slash i

[twitter-dev] Cannot update status with Twitter PHP Library

2010-06-25 Thread Straube
ses/update.json', array ( 'status' => 'TEST' )); echo $return->response; } catch (Exception $e) { echo $e->getMessage(); } API methods that uses 'get' instead of 'post' (e.g. account/ verify_credentials) works without problem. Thanks in advance. Straube