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

RE: [twitter-dev] SSL required

2010-10-13 Thread james ---------------
Date: Wed, 13 Oct 2010 15:16:54 +0530 Subject: Re: [twitter-dev] SSL required From: georgo...@gmail.com To: twitter-development-talk@googlegroups.com I have used http://. Now i got other exceptio message "Failed to validate oauth signature and token" I have used liboauth libraries

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 the

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
Anybody please help me.. post data is oauth_consumer_key=**&oauth_nonce=3bC~Syh7v2ujOA6UvgefM34O&oauth_signature_method=HMAC-SHA1&oau th_timestamp=1286969415&oauth_version=1.0&x_auth_mode=client_auth&x_auth_password=***&x_auth_username=*&oauth_signature=SCa7NDHr7w

Re: [twitter-dev] SSL required

2010-10-13 Thread Georgooty varghese
Still I got SSL exception.. SSL required /oauth/access_token Any body please help me. ' On Wed, Oct 13, 2010 at 3:16 PM, Georgooty varghese wrote: > I have used http://. > > Now i got other exceptio message > "Failed to validate oauth signature and to

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 wrote: > You should be calling https://, http:// on the URIs. > > On 13 Oct 2010, at 10

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