integrating facebook auth into my web form app
Posted
by
user169692
on Stack Overflow
See other posts from Stack Overflow
or by user169692
Published on 2010-12-24T11:47:58Z
Indexed on
2010/12/24
11:54 UTC
Read the original article
Hit count: 189
facebook-c#-sdk
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 :)
© Stack Overflow or respective owner