Skip to content

Twitter Auth #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
swaterfall opened this issue Jan 29, 2016 · 8 comments
Closed

Twitter Auth #41

swaterfall opened this issue Jan 29, 2016 · 8 comments

Comments

@swaterfall
Copy link

Any plans to allow login with Twitter again?

@gfosco
Copy link
Contributor

gfosco commented Jan 29, 2016

It would not be hard to add, following the method used for Facebook login.

See facebook.js and RestWrite.js.

I'll tag this up-for-grabs.

@shahzeb1
Copy link

Is anyone currently working on this?

If not, I'll fork and get to work. ☕

@billymwlei
Copy link

OP: Is it same way to do the linkedin auth as well?
And Idea what should I get started ?
Thanks

@nlutsenko
Copy link
Contributor

There is an ongoing discussion in #241 about this, where the goal is to support everything, not just Twitter or LinkedIn.

@flovilmart
Copy link
Contributor

@billymwlei the linked-in support is available in #247 we're finalizing some details about the implementation.

@swaterfall the twitter support has just been added to the PR and should be backward compatible.

@gfosco
Copy link
Contributor

gfosco commented Feb 16, 2016

This will land in #247. 👍

@gfosco gfosco closed this as completed Feb 16, 2016
@sprabs
Copy link

sprabs commented Jul 12, 2016

Quick question for you all (since you implemented this). We have two Twitter apps (one our iOS clients are using and one that our Android clients are using). How do we specify two sets of keys in index.js?

@gfosco
Copy link
Contributor

gfosco commented Jul 12, 2016

It doesn't look like the twitter module supports it... It might be possible to use a 'custom' auth module but provide the twitter module again, but one app would need to use like 'twitter2' as a provider instead of twitter. Probably best to look at modifying the twitter module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants