Re: [twitter-dev] profile image upload 500 error

2010-09-08 Thread 玉柱九天
hi, taylorsingletary:

can you help me, witch twitter aip and oauthlib to develop in c++.

i can get friend timeline and user timeline info in oauthlib 0.8.9, but
while i realize to tweet, it prompt error.

now i want to get twittger api, and re-develop my app.

thank you very much.




2010/9/8 Raghu Prasad prasad.ragh...@gmail.com

 On Tue, Sep 7, 2010 at 8:36 PM, Taylor Singletary
 taylorsinglet...@twitter.com wrote:
  We've made considerable improvements to the profile image uploading
 process
  recently that should, in general, decrease the amount of spurious 500
 errors

 What is the status of profile image update via API?  Even today I am
 unable to get my profile image updated via API using OAuth. This
 functionality was broken earlier and was reported to be under
 re-development. So off late, I haven't bothered to check my code. Can
 you please confirm that the profile image update is possible now via
 API? In that case I can start looking for problem in my code. Before
 Twitter developers started to streamline the profile image update
 section (few months back), my code was working perfectly well. And
 I have been using OAuth based authentication for this.

 Raghu

 --
 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


-- 
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


[twitter-dev] profile image upload 500 error

2010-09-07 Thread lch1721
Hi guys!
I am try to upload image for profile.
i check the Post, multipart, oauth sign, image to byte[],
but 500 error return
what miss i take?

-- 
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


Re: [twitter-dev] profile image upload 500 error

2010-09-07 Thread Taylor Singletary
We've made considerable improvements to the profile image uploading process
recently that should, in general, decrease the amount of spurious 500 errors
you receive when uploading. This means that when a 500 occurs, it's likely
something exceptional or you're using outdated endpoints.

Can you send an example of the HTTP headers you are using for your request,
a truncated example of your POST body, and the explicit URLs you are
executing? Please be sure you are using api.twitter.com/1/* for all REST API
operations.

Thanks,
Taylor

On Tue, Sep 7, 2010 at 5:55 AM, lch1721 lch1...@gmail.com wrote:

 Hi guys!
 I am try to upload image for profile.
 i check the Post, multipart, oauth sign, image to byte[],
 but 500 error return
 what miss i take?

 --
 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


-- 
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