can any one give me a best example site URL to using how to use facebook connect or facebook signup into my site or facebook login with asp.net site?
actually my requirement is that when i registered into my asp.net site by using facebook at that time we want to get facebook user’s username (emailid) from facebook and firstname and last name also with user image.
use facebook javascript SDK because by using javascript SDK you can do anythin on facebook easily.
I am given you some code example to do this
this code call your facebook application
and this code call login page of facebook and it response you get back userid, first name. last name and email of the particular user and by using jquery save these values in textbox or hiddenfield and get these values on server side code page.