themeteorchef / base

A starting point for Meteor apps.
http://themeteorchef.com/base
MIT License
689 stars 253 forks source link

Would love some help setting up FB Login #210

Closed Deelux closed 7 years ago

Deelux commented 7 years ago

Hey Chef,

First of all, this is not a bug, an issue or a complaint but more a request for help. I really love Base! I have been working with it for a little while now (took me some time to figure everything out) but I love the fact you are sharing this amazing base for application for free with the world.

I have been trying to implement FB login but have not yet been succesfull. I also checked out your receipe to Roll Your Own Authentication and tried to use the information there to implement it into the current version of Base.

Since a lot of things have changed I can't seem to get it working. I got to the part where I am able to login with FB, create a user in my database but now I don't know how to continue.

When this user is logged in I now see undefined undefined as their first and last name. I know this has to do with settings the values from FB to their actual profile but I'm lost in how to continue.

A push in the right direction would be awesome!

I also think that adding this to Base 5.0 would be great! Just because now a days almost all application "require" this as a standard.

Hope you can help me out.

Keep up the good work, Dominic

Deelux commented 7 years ago

I managed to get it up and working. I wouldn't mind adding the code somewhere if anyone else wants to achieve the same thing.

Kind regards, Dominic

themeteorchef commented 7 years ago

Good to hear! Yeah, please share. If you add a comment on the post in question earlier in our thread I can feature it for others so they see it :)

On Tue, Dec 6, 2016 at 6:40 AM, Dominic Quentin notifications@github.com wrote:

I managed to get it up and working. I wouldn't mind adding the code somewhere if anyone else wants to achieve the same thing.

Kind regards, Dominic

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/themeteorchef/base/issues/210#issuecomment-265140291, or mute the thread https://github.com/notifications/unsubscribe-auth/AHzdfhRZeiE4eyc1zXXiggWm8bWTxFCbks5rFVe1gaJpZM4LD4Nc .

-- Ryan Glover Founder/Author The Meteor Chef

http://themeteorchef.com http://twitter.com/themeteorchef

Deelux commented 7 years ago

Perfect, will do Ryan.