-
Notifications
You must be signed in to change notification settings - Fork 10
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
added omniauth to app #10
base: master
Are you sure you want to change the base?
added omniauth to app #10
Conversation
@reneesandefur Thanks! Will merge it soon! |
@@ -15,3 +15,6 @@ | |||
/log/* | |||
!/log/.keep | |||
/tmp | |||
|
|||
# secrets.yml backup | |||
config/secrets_backup.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add one more line at the end so that this red mark could be removed.
@@ -51,3 +51,4 @@ group :development do | |||
gem 'spring' | |||
end | |||
|
|||
gem 'omniauth-facebook' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here too!
@reneesandefur I think it would be good if we can also take user profile picture? Feel free to open an issue for that and start working on it in different pr. |
Added the lines. I will create the issue for the image shortly |
On the FB dev page I used localhost. I assume you want control over your own FB dev account so all that should be necessary is plugging in your own app id, password and adding the web address for callback to the dev account. Let me know what changes need to be made.