[twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-06-01 Thread Deepa
Thanks for the link. On Jun 1, 9:22 am, Abraham Williams 4bra...@gmail.com wrote: http://www.twitvid.com/index.php?area=aboutaction=contact On Mon, May 31, 2010 at 21:19, Deepa deepapai0...@gmail.com wrote: Could you please suggest the link where I can ask for TwitVid library with

[twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-05-31 Thread Rich
Assuming you've already got the code for oauth itself working there isn't much more you need to do When you create an oauth request you are adding an Authorization header to the HTTP request that contains your oauth signatures. For oauth echo you need to generate that header as if you are

[twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-05-31 Thread Deepa
Could you please suggest the link where I can ask for TwitVid library with OAuth support. On May 31, 9:01 am, Abraham Williams 4bra...@gmail.com wrote: I would think the TwitVid library would include the method but you will have to ask them. Abraham On Sun, May 30, 2010 at 20:51, Deepa

Re: [twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-05-31 Thread Abraham Williams
http://www.twitvid.com/index.php?area=aboutaction=contact On Mon, May 31, 2010 at 21:19, Deepa deepapai0...@gmail.com wrote: Could you please suggest the link where I can ask for TwitVid library with OAuth support. On May 31, 9:01 am, Abraham Williams 4bra...@gmail.com wrote: I would think

[twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-05-30 Thread Deepa
Thanks for the reply. I am new to TwitVid APIs. I have gone through the documentation of TwitVid APIs and OAuth Echo. But, I could not understand the concept of x_verify_credentials_authorization as alternate for User name and password parameters. Also, could you please help me out in explaining

Re: [twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-05-30 Thread Abraham Williams
I would think the TwitVid library would include the method but you will have to ask them. Abraham On Sun, May 30, 2010 at 20:51, Deepa deepapai0...@gmail.com wrote: Thanks for the reply. I am new to TwitVid APIs. I have gone through the documentation of TwitVid APIs and OAuth Echo. But, I

[twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-05-29 Thread Deepa
On May 29, 3:53 am, Abraham Williams 4bra...@gmail.com wrote: Twitvid supports OAuth Echo:http://twitvid.pbworks.com/authenticate But, according to thisocumentation the authentication mechanism needs user-name and password. But I cannot get the password. Because, I am using OAuth for

Re: [twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-05-29 Thread Abraham Williams
x_verify_credentials_authorization: Required if no username/password sent. OAuth Echo Authorization header. Abraham On Sat, May 29, 2010 at 10:42, Deepa deepapai0...@gmail.com wrote: On May 29, 3:53 am, Abraham Williams 4bra...@gmail.com wrote: Twitvid supports OAuth