integrating facebook auth into my web form app
- by user169692
Hi,
I would like to allow my users to authorise my app with their fb on registration.
All of the examples i see redirect users to the fb canvas page after authorisation, but i only want this to be a step in the registration process.
Essentially, i want an icon they can click that would open up a new window where they can login to fb and a simple postback to the registration page where i would detect the login and hide the login button.
Any ideas on how I can achieve this using the facebook c# sdk?
Thanks and Merry Christmas :)