i had set this up using the old Facebook Connect in a very messy way where it would popup for users to login to facebook and then if it couldn't find that facebookID in my local user database it would ask them to also create a local user so i could link them together. I did this because i needed more inforamtion from the user to allow them to use my site (phone carrier, phone number, phone model, country etc).
With facebook moving away from Connect and going towards OpenGraph i was wondering if there are any website with step by step examples on how i could do this or how i should approach this.
i want to allow users to either register locally on my website with my registeration form OR click the facebook login button and authorize my app and THEN my website would pop up asking them to provide the phone information i need and that way it would link the facebokID with the local user record on my database.
Thanks