Skip to content

Implement Twitter Provider #114

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
samtstern opened this issue Aug 30, 2016 · 2 comments
Closed

Implement Twitter Provider #114

samtstern opened this issue Aug 30, 2016 · 2 comments

Comments

@samtstern
Copy link
Contributor

For the next major version we should attempt to add Twitter authentication alongside Google and Facebook.

This was done in Android on a feature branch in this PR:
firebase/FirebaseUI-Android#268

@dakeshi
Copy link
Contributor

dakeshi commented Aug 31, 2016

Good news.
In twitter implementation, there are two options to use Twitter API keys.
(reference: https://docs.fabric.io/apple/twitter/advanced-setup.html#url-scheme)

  • using info.plist(recommended way)
  • setting the Consumer Key and Secret in the code

I think that the former looks more simple. The latter needs the code below
(The former don't need this code):

Twitter.sharedInstance().startWithConsumerKey("your_key", consumerSecret: "your_secret")

@yramanchuk yramanchuk self-assigned this Sep 8, 2016
@yramanchuk
Copy link
Contributor

Added integration with Twitter provider (v0.5.6).
You need to start Fabric and provide twitter key/secret in info.plist

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

No branches or pull requests

3 participants