Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
Check out the registration plugin – in there you can ask for additional information, and have those send to your server on registration. developers.facebook.com/docs/plugins/registration – CBroe Jun 10 '12 at 17:43

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.