Also a reminder: the Twitter API is at the http://api.twitter.com subdomain. Twitter API has version numbers in the URL as well.
The original poster in this thread is using http://twitter.com/account/update_profile_image.xml when they should be using http://api.twitter.com/1/account/update_profile_image.xml And I'll echo what Tom has said: you should switch to using OAuth very soon or you'll find your script doesn't work at all in about 2 weeks. Taylor On Sun, Aug 8, 2010 at 10:28 PM, Raghu Prasad <[email protected]>wrote: > On Sun, Aug 8, 2010 at 5:58 AM, marketingmaniac <[email protected]> > wrote: > > i use to have this app that suddenly doesn't work anymore,, it use to > > work perfectly and now ,, hmm,, > > any help would be appreciated,, > > Though I don't know a bit about VB, I can safely say that > profile image functionality of Twitter has been broken for > many weeks. Updating profile image has not been working > via API. If you check the past threads, you'd find that one > of the Twitter developer is assigned the task of streamlining > the image upload functionality. I am also waiting for that to > happen. > > Raghu > > > > > here is the code that update my users profile written in vb 2008/10 > > that worked flawlessly > > > > > > 'THE BUTTON I MADE TO INITIATE THE SUB CALLED UPLOADPROFILEIMAGE > > Private Sub Button37_Click_1(ByVal sender As System.Object, ByVal e As > > System.EventArgs) Handles Button37.Click >
