[twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
Dear Twitter, I have some doubts. I have used xaith authentication for my application. I have implemented a twitter client in c#.net. Now I have used to implement a twitter client in C. Now I got the following exception. hash errorSSL required/error

Re: [twitter-dev] SSL required

2010-10-13 Thread Scott Wilcox
You should be calling https://, http:// on the URIs. On 13 Oct 2010, at 10:13, Georgooty varghese wrote: Dear Twitter, I have some doubts. I have used xaith authentication for my application. I have implemented a twitter client in c#.net. Now I have used to implement a twitter client in

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
I have used http://. Now i got other exceptio message Failed to validate oauth signature and token I have used liboauth libraries .. Could u please help me. On Wed, Oct 13, 2010 at 2:48 PM, Scott Wilcox sc...@dor.ky wrote: You should be calling https://, http:// on the URIs. On 13 Oct

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
Still I got SSL exception.. hash errorSSL required/error request/oauth/access_token/request /hash Any body please help me. ' On Wed, Oct 13, 2010 at 3:16 PM, Georgooty varghese georgo...@gmail.comwrote: I have used http://. Now i got other exceptio

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
Anybody please help me.. post data is oauth_consumer_key=**oauth_nonce=3bC~Syh7v2ujOA6UvgefM34Ooauth_signature_method=HMAC-SHA1oau

Re: [twitter-dev] SSL required

2010-10-13 Thread Taylor Singletary
Hi Georgooty, Few quick pointers in the right direction: * SSL ( https ) IS required for xAuth implementation. You must use it. * Header-based OAuth is required for xAuth implementation. Your POST body contains oauth_* parameters that should only be present in the Authorization header part of

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
Thanks Taylor.. When I used https:// in UR SSL Issue was resolved . Now i have face another issue for getting home tweets. Exception is incorrect signature. How it can solved... Anybody please help me?.. On Wed, Oct 13, 2010 at 7:15 PM, Taylor Singletary taylorsinglet...@twitter.com