Hi Landon,
I don't see any problem with the account. I don't have any experience with the PHP library but hopefully someone else on the list can help out. One helpful bit og information you can provide is the error you are getting back. Does it say cannot authenticate you? Some other error?
Thanks; — Matt Sanford / @mzsanford On Apr 3, 2009, at 04:43 PM, landon wrote:
User is landonpt I'm developing a web app to post updates, and landonpt is my main test account for this, and today it has stopped working. I have a few other users, and it appears fine for them. I'm using the twitter.php class from the twitterlibphp I found in the dev resources. It uses this function to get the usertimeline: function getUserTimeline($options = array(), $format = 'xml') { $api_call = $this->buildRequest('statuses/user_timeline', $format, $options); return $this->APICall($api_call, true); } Username and pass supplied are correct. I use this method as a backup in case the user has set their tweets to protected, as they still want to see them on their widget. Thanks for any info regarding this. Sorry if I'm doing something wrong or not using the right channels.