Re:[twitter-dev] Re: XAuth authentication fail on Chinese machine

2010-11-04 Thread engine.start
...@gmail.com wrote: Hi, Thanx for reply but still in reply I got same problem (The remote server returned an error: (401) Unauthorized.). I add this line in my web request webRequest.Headers.Add(Accept-Language: zh-CN,en,*); But no sucess. :( On Nov 3, 11:03 am, engine.start 477914...@163.com wrote: Hi

Re:[twitter-dev] Re: XAuth authentication fail on Chinese machine

2010-11-03 Thread engine.start
Hi, Your problem maybe same as mine. chang url to another website, do not use ssl, wireshark your request, and then compare with this, maybe it will work. (I use libcurl, and add User-Agent: Mozilla/5.0 to httpheader, and it work) POST

Re:Re:Re: [twitter-dev] xauth return Failed to validate oauth signature and token

2010-10-31 Thread engine.start
I need your help At 2010-10-29 17:11:55,engine.start 477914...@163.com wrote: Hi Tom, Thanks for your reply, I have fix the problem you mentioned, but it still return Failed to validate oauth signature and token... sigBase is --- POSThttps%3A%2F

Re:Re:Re:Re: [twitter-dev] xauth return Failed to validate oauth signature and token

2010-10-31 Thread engine.start
I have tested the header by this way: create header by twitcurl, and then use it in qtweetlib, it is OK, but fail when opposite. So I think maybe the problem is how curl openssl requesting token, but I have no idea about it At 2010-11-01 09:07:01,engine.start 477914...@163.com wrote: I