Re: [twitter-dev] How to autologin to twitter by providing the username and password using API?

2011-07-08 Thread Karthikeyan P
Hi Matt Harris, * * *I will explain it very clearly on what I should do in my application. * Basically I am developing an AIR application to connect to the multiple twitter accounts concurrently using Twitter API. The application u*ser is connected to multiple twitter accounts simultaneously.

Re: [twitter-dev] How to autologin to twitter by providing the username and password using API?

2011-06-24 Thread Matt Harris
Hi Karthikeyan, In our Terms of Service ( http://dev.twitter.com/pages/api_terms ) we say that a Service should not replicate, frame, or mirror the Twitter website or its design. In addition, automating the login to twitter.com isn't something you should be doing or are allowed to do. Instead

Re: [twitter-dev] How to autologin to twitter by providing the username and password using API?

2011-06-23 Thread Matt Harris
Hi Karthikeyan, The Twitter API doesn't provide a way for an application to log a user into Twitter.com. What information are you wanting to provide to the users of your application? Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter

Re: [twitter-dev] How to autologin to twitter by providing the username and password using API?

2011-06-23 Thread Karthikeyan P
For example i have custom twitter icon in my application and when i am adding this icon to the application, i have also added the www.twitter.com, username,password. So when i am clicking the icon it takes me to the twitter site and auto fills the username and password. and logins and shows me the

[twitter-dev] How to autologin to twitter by providing the username and password using API?

2011-06-16 Thread karthi
Hi i am using twitter oauth for achieving the auto-login concept by providing the username and password. I am only able to get the data from my twitter account. How do i login to twitter by providing the username and password as parameters to some function which may be twitter API login function

Re: [twitter-dev] How to autologin to twitter by providing the username and password using API?

2011-06-16 Thread Scott Wilcox
Are you attempting to 'auto-login' to the twitter.com site or perform actions with the Twitter API for various users? The first, can't be done. The second will be xAuth which in turn will provide OAuth tokens for your application to use on behalf of a user. You can read more about xAuth at

Re: [twitter-dev] How to autologin to twitter by providing the username and password using API?

2011-06-16 Thread Karthikeyan P
Thanks Scott Wilcox for your information, I want to achieve the following using oauth twitter API or xauth... or some script 1) I have an icon(twitter) in my air application which has some background details like url(www.twiiter.com) , username , password. 2) if i click the twitter icon, i want