Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

how to finish off logging in with facebook account (and keep those details in membership db). I was reading around that one needs to get user's email, of course adding any email or name in txt box will not validate ... however it is possible to add it as another service after user logged in with any other method like google or so...

so how do i change the code to get user's email pulled from fb whilst using built in oauth model in .net 4.5

share|improve this question

1 Answer

up vote 1 down vote accepted

Use this article. I'm sorry for poor english...

share|improve this answer
oh no i've got all that both twitter and fb stuff is sorted – metase Jan 19 at 2:13
facebook account wont register when trying to save as "name" – metase Jan 19 at 2:14
turns out it was my own fault for setting require unique email in membership to true – metase Mar 3 at 3:22

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.