[twitter-dev] Re: problem with http://twitter.com/statuses/update.xml

2009-04-20 Thread Adrian
Also, for the account that works, if I changes its screen name to the account that doesn't work well, that working account stops working properly. On Apr 20, 10:12 am, Adrian spiritpo...@gmail.com wrote: I have a php script that posts updates tohttp://twitter.com/statuses/update.xml It

[twitter-dev] Re: problem with http://twitter.com/statuses/update.xml

2009-04-20 Thread Abraham Williams
It would be helpful if you provided code and more details. On Mon, Apr 20, 2009 at 02:14, Adrian spiritpo...@gmail.com wrote: Also, for the account that works, if I changes its screen name to the account that doesn't work well, that working account stops working properly. On Apr 20, 10:12

[twitter-dev] Re: problem with http://twitter.com/statuses/update.xml

2009-04-20 Thread Adrian
PHP code used: Hence the error message given is could not authenticate -$response while( $message = array_pop($messages) ){ $ch = curl_init('http://twitter.com/statuses/update.xml'); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);

[twitter-dev] Re: problem with http://twitter.com/statuses/update.xml

2009-04-20 Thread Matt Sanford
Hi there, I don't see an issue with the code, and as you said it works for one user and not another. Can you tell me what users it does and does not work for? A few other things you can try: 1. Change the password of the user it's not working for and trying with the new password 2. Setting