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

added omniauth to app #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

reneesandefur
Copy link

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.

@namangupta01
Copy link
Owner

@reneesandefur Thanks! Will merge it soon!

@@ -15,3 +15,6 @@
/log/*
!/log/.keep
/tmp

# secrets.yml backup
config/secrets_backup.yml
Copy link
Owner

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'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here too!

@namangupta01
Copy link
Owner

@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.

@reneesandefur
Copy link
Author

Added the lines. I will create the issue for the image shortly

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

Successfully merging this pull request may close these issues.

2 participants