update_profile_image gives 500 internal server error
3 views
Skip to first unread message
bivekr
unread,
Jun 17, 2009, 7:31:05 AM6/17/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
Hi,
I am using wininet HTTP api to upload an image (http://twitter.com/ account/update_profile_image.xml) to Twitter , but server returns 500
internal server error. I am not getting the cause of error.
Please help.
Thnaks,
Bivek.
Clint Shryock
unread,
Jun 17, 2009, 10:25:26 AM6/17/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to twitter-deve...@googlegroups.com
your request is most likely mal-formed or the image is possibly too large. you should be getting some kind of error message back, possibly saying "image possibly too large" or to that effect. can you use a proxy to show the HTTP headers and such, or post some code so we can take a look at how you're forming the request?