Redirect to complete user profile if register with Facebook

Hello,

I am trying to create my very first meteor application and want to start first with the user account system. I want to provide two ways to register. One way would be using a username, email and password with some addition fields such as fullName, workerID, phoneNumber and phoneProvider. If using this type of registration, the user must confirm their account before logging in.
The other registration would be using Facebook. However when using Facebook I don’t want the user to be able to login until they complete their profile with the information that Facebook does not provide.
What must I do in order to make this first essential piece of my application function correctly?