This call was working fine for me using basic auth. I've been converting my code to oAuth on my test machine. I now receive a 200 reply and the user's profile data, but the image is not updated.
On Aug 9, 8:33 am, MeltingIce <[email protected]> wrote: > I too am waiting for the profileimageAPI 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.xmlwhenthey 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 > > > profileimagefunctionality of Twitter has been broken for > > > many weeks. Updating profileimagehas 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 > > > theimageupload 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 -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk?hl=en
