[twitter-dev] [Twitter Profile Image Update]What am I gonna do? anybody knows?

2010-06-16 Thread jusung Kye
I'm trying to make a APP about changing Twitter Avatar Image. I have tried about this problem for 2week. but I could found any solution. I tried this method using Curl. and this method works well. [Curl Method] curl -u user:password -H 'Expect:' -F image=@'test2.png;type=image/ png'

[twitter-dev] Re: [Twitter Profile Image Update]What am I gonna do? anybody knows?

2010-06-17 Thread jusung Kye
be using OAuth:http://dev.twitter.com/pages/auth_overview Taylor On Tue, Jun 15, 2010 at 11:43 PM, jusung Kye kyejus...@gmail.com wrote: I'm trying to make a APP about changing Twitter Avatar Image. I have tried about this problem for 2week. but I could found any solution. I tried

[twitter-dev] Re: [Twitter Profile Image Update]What am I gonna do? anybody knows?

2010-06-17 Thread jusung Kye
authentication is going away later this month, and if you're working on any kind of new project, you should be using OAuth:http://dev.twitter.com/pages/auth_overview Taylor On Tue, Jun 15, 2010 at 11:43 PM, jusung Kye kyejus...@gmail.com wrote: I'm trying to make a APP about changing Twitter

[twitter-dev] Profile image Update using iPhone

2010-08-19 Thread jusung Kye
I wanna make function that update profile image with XAuth on iPhone. but I'm not good at HTTP POST METHOD. so... anybody.. could you confirm for me whether this Form is right? The code is like below(I refered this site. and add sendDataReQuest function http://github.com/aral/XAuthTwitterEngine)

[twitter-dev] Re: Profile image Update using iPhone

2010-08-19 Thread jusung Kye
Ah. when I run this code then I got a 401 Response from the server On 8월20일, 오전10시05분, jusung Kye kyejus...@gmail.com wrote: I wanna make function that update profile image with XAuth on iPhone. but I'm not good at HTTP POST METHOD. so... anybody.. could you confirm for me whether this Form