I too am waiting for the profile image API call to be fixed. I have checked the request and even dove into HTTP_Request2's internal code just to verify that the request is correct. The only error I get back is 500 Internal Server Error. No other hints or suggestions are present in the response header. The images I am using are small and well within the limits. Any update on when this may be working again?
Thanks, Ryan On Aug 9, 11:07 am, Taylor Singletary <[email protected]> wrote: > Also a reminder: the Twitter API is at thehttp://api.twitter.comsubdomain. > Twitter API has version numbers in the URL as well. > > The original poster in this thread is > usinghttp://twitter.com/account/update_profile_image.xmlwhen they should be > usinghttp://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
