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

> 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 request. Only the x_auth_* parameters should be in your
> POST body.
>
> Taylor
>
> On Wed, Oct 13, 2010 at 4:33 AM, Georgooty varghese 
> wrote:
>
>> 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=SCa7NDHr7wFmAghA48V%2FNt1ooR8%3D
>>
>> Please help..SSL required exception.
>>
>>
>> On Wed, Oct 13, 2010 at 3:46 PM, Georgooty varghese 
>> wrote:
>>
>>> 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 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: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 C. Now I got the following exception.
> >
> >  
> >SSL required
> >/oauth/access_token
> >
> >
> > could u please help me.
>
> --
> 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
>


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

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


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

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: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 C. Now I got the following exception.

>

>  

>SSL required

>/oauth/access_token

>

>

> could u please help me.



--

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






-- 

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
  

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


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 request. Only the x_auth_* parameters should be in your
POST body.

Taylor

On Wed, Oct 13, 2010 at 4:33 AM, Georgooty varghese wrote:

> 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=SCa7NDHr7wFmAghA48V%2FNt1ooR8%3D
>
> Please help..SSL required exception.
>
>
> On Wed, Oct 13, 2010 at 3:46 PM, Georgooty varghese 
> wrote:
>
>> 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 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: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 C. Now I got the following exception.
 >
 >  
 >SSL required
 >/oauth/access_token
 >
 >
 > could u please help me.

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

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

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


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=SCa7NDHr7wFmAghA48V%2FNt1ooR8%3D

Please help..SSL required exception.

On Wed, Oct 13, 2010 at 3:46 PM, Georgooty varghese wrote:

> 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 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: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 C. Now I got the following exception.
>>> >
>>> >  
>>> >SSL required
>>> >/oauth/access_token
>>> >
>>> >
>>> > could u please help me.
>>>
>>> --
>>> 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
>>>
>>
>>
>

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


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 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: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 C. Now I got the following exception.
>> >
>> >  
>> >SSL required
>> >/oauth/access_token
>> >
>> >
>> > could u please help me.
>>
>> --
>> 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
>>
>
>

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


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: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 C. Now I got the following exception.
> >
> >  
> >SSL required
> >/oauth/access_token
> >
> >
> > could u please help me.
>
> --
> 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
>

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


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 C. Now I got the following exception.
> 
>  
>SSL required
>/oauth/access_token
>
> 
> could u please help me.

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


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

 
   SSL required
   /oauth/access_token
   

could u please help me.

Regards,
George

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