Here's how "Sign in with Twitter" button works:
http://dev.twitter.com/pages/sign_in_with_twitter

For end-user is just like one-click operation, he doesn't need "to
generate the access token." All the magic comes from server-side. You
will need an access token for every account you working with. This is
just how OAuth works.

On Fri, Nov 26, 2010 at 6:20 PM, Tom Callahan <skmajumder...@gmail.com> wrote:
> Hi All,
>
> I am trying to develop a platform where I can allow people to login &
> add multiple twitter accounts. They will be able to post tweets, view
> posted tweets, view tweet replies etc.
>
> I came to know that Basic Authentication has been stopped for Twitter
> API & so I am using oAuth to connect to Twitter.
>
> I have registered my application in http://dev.twitter.com/apps & have
> got the access token and access token secret. However, the way I see
> it now, for every Twitter account that gets added to my application,
> the user will have to generate the access token. This process is very
> complicated & is not user-friendly.
>
> I am requesting you to please let me know how can I find a solution
> for the same where I can automatically get the access token for all
> the twitter accounts that gets added to my application. I have seen a
> similar process in use here - http://mediafunnel.com/
>
> Please help me with this. Your support & cooperation will be highly
> appreciated.
>
> Thanks in advance!!
>
> Regards,
> Tom
>
> --
> 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

Reply via email to