Skip to content
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

Cannot Add Multiple Twitter oauth keys in index.js #2254

Closed
sprabs opened this issue Jul 12, 2016 · 0 comments
Closed

Cannot Add Multiple Twitter oauth keys in index.js #2254

sprabs opened this issue Jul 12, 2016 · 0 comments
Milestone

Comments

@sprabs
Copy link

sprabs commented Jul 12, 2016

In the index.js file on parse-server, I have a setup like this (hosted on AWS EB):

oauth: {
facebook: {
appIds: process.env.FACEBOOK_APP_ID
},
twitter: {
consumer_key: process.env.TWITTER_CONSUMER_KEY,
consumer_secret: process.env.TWITTER_SECRET_KEY
}
}

We currently use different Twitter keys for our iOS and Android clients. What's the best way to add both sets of keys?

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

2 participants