Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to check whether any user is logged in to facebook using C#, Asp.net application, or else in html also its fine.


Here when I click on BUTTON (asp.net Button or Html button) I want to check whether facebook is logged in, and if logged in i want to redirect to new page, else display error message.

So can anyone help me to solve this problem?
Posted
Updated 28-May-14 19:25pm
v2
Comments
ZurdoDev 29-May-14 7:16am    
1. Read the facebook developer sdk documentation
2. Where are you stuck?

facebook provides the Sdk for that you can use that and get information about user
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900