[twitter-dev] Can we automate the user login process on twitter...

2010-08-08 Thread Punit.khaire
Hi,

I am develop[eing one web application to tweet posts on twitter,

1. Request token
2.Authorize user on twitter
3.Get access token from twitter
4.Post on tweitter.

When I authorize user on twitter(2nd step) ,I am redirected to
twitter.com to allow user to enter the Username and Password.Can we
automate this process.Can I send username and password of user from my
application?


Re: [twitter-dev] Can we automate the user login process on twitter...

2010-08-09 Thread Taylor Singletary
Hi Punit,

The OAuth sequence cannot be automated. For web-based applications, you will
have to do the entire OAuth sequence, utilizing either a callback or the
PIN-code/out-of-band flow.

Desktop and native mobile applications that demonstrate a need and adhere to
our policies can request permission for the xAuth variation of OAuth, where
you need only exchange a login and password for an access token, by sending
a detailed request to a...@twitter.com

Taylor

On Sun, Aug 8, 2010 at 8:02 AM, Punit.khaire  wrote:

> Hi,
>
> I am develop[eing one web application to tweet posts on twitter,
>
>1. Request token
>2.Authorize user on twitter
>3.Get access token from twitter
>4.Post on tweitter.
>
> When I authorize user on twitter(2nd step) ,I am redirected to
> twitter.com to allow user to enter the Username and Password.Can we
> automate this process.Can I send username and password of user from my
> application?
>