How to find out if a user has registered via facebook

I have both DNN 6.2 and DNN 7.0 running on my localhost.

I have successfully set up facebook authentication and got access to work on facebook.

Now, through the code, how do I know the user has registered with facebook and how do I get his facebook id, his friends, etc.

+3


source to share


1 answer


Please check your AuthType variable, it will match against Facebook or suit authentication type.



0


source







All Articles