[twitter-dev] Re: update_profile_image not updating user's profile_image_url

2009-04-14 Thread Alex Payne
What Cameron said. The first 401 is our servers saying, "you need to identify yourself". Once that happens, the request seems to go through. On Tue, Apr 14, 2009 at 08:36, Cameron Kaiser wrote: > >> Thanks, I have sent you a Charles bebug output. >> Interesting to see is that with a request I fi

[twitter-dev] Re: update_profile_image not updating user's profile_image_url

2009-04-14 Thread Cameron Kaiser
> Thanks, I have sent you a Charles bebug output. > Interesting to see is that with a request I first get a 401 > unauthorised error. Strictly speaking, per the HTTP spec, clients should not reply with authentication information to a resource that has not first requested it. The 401 is to make th

[twitter-dev] Re: update_profile_image not updating user's profile_image_url

2009-04-14 Thread bart
Thanks, I have sent you a Charles bebug output. Interesting to see is that with a request I first get a 401 unauthorised error. Bart On Apr 13, 7:14 pm, Alex Payne wrote: > The output you sent me doesn't include your original request and > doesn't have HTTP headers in the response. Try using a p

[twitter-dev] Re: update_profile_image not updating user's profile_image_url

2009-04-13 Thread Alex Payne
The output you sent me doesn't include your original request and doesn't have HTTP headers in the response. Try using a proxy like Charles (http://www.charlesproxy.com/) to get the complete debugging output. On Sun, Apr 12, 2009 at 13:34, bart wrote: > > I have same problem, any news yet? > > On

[twitter-dev] Re: update_profile_image not updating user's profile_image_url

2009-04-12 Thread bart
I have same problem, any news yet? On 2 apr, 19:38, Alex Payne wrote: > It is most likely a Twitter bug. We've been oscillating between two > image uploading libraries, trying to deal with issues in each. > > > > On Wed, Apr 1, 2009 at 22:50, pianoben wrote: > > > I've Googled around a bit, and

[twitter-dev] Re: update_profile_image not updating user's profile_image_url

2009-04-03 Thread Raghu Prasad
On Apr 2, 10:50 am, pianoben wrote: > I've Googled around a bit, and haven't found anything that talks about > this issue, so I humbly submit my problem to the Twitter wizards. > > Here's the problem - when I call the API function > update_profile_image, the upload succeeds, and Twitter returns

[twitter-dev] Re: update_profile_image not updating user's profile_image_url

2009-04-02 Thread Alex Payne
It is most likely a Twitter bug. We've been oscillating between two image uploading libraries, trying to deal with issues in each. On Wed, Apr 1, 2009 at 22:50, pianoben wrote: > > I've Googled around a bit, and haven't found anything that talks about > this issue, so I humbly submit my problem