Re: [twitter-dev] What is the status of profile image changes via API?

2010-09-14 Thread Raghu Prasad
On Mon, Sep 13, 2010 at 8:40 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Raghu, One thing I recommend checking is that you're using the supported URL scheme for API-based profile image uploads, http://api.twitter.com/1/account/update_profile_image.json Spot on! This was the

Re: [twitter-dev] What is the status of profile image changes via API?

2010-09-13 Thread CWorster
Hi Raghu, the profile image upload via API works fine. The new image is returned immediately. No caching issues. I'm using the PHP library from Matt Harris. http://github.com/themattharris/tmhOAuth -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

Re: [twitter-dev] What is the status of profile image changes via API?

2010-09-13 Thread Taylor Singletary
Hi Raghu, One thing I recommend checking is that you're using the supported URL scheme for API-based profile image uploads, http://api.twitter.com/1/account/update_profile_image.json If you're using that end point and still having trouble, it might be helpful to post the code you're using or a

Re: [twitter-dev] What is the status of profile image changes via API?

2010-09-13 Thread Raghu Prasad
On Mon, Sep 13, 2010 at 8:33 PM, CWorster cwors...@schlimmer.com wrote: Hi Raghu, the profile image upload via API works fine. The new image is returned immediately. No caching issues. Thanks for the info. That means I'm doing something wrong. I'll check. I'm using the PHP library from