Does anyone has a sample application, which can show the way on how to authenticate a user and get his access token, so that other functions can be used.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
this guide should help you: http://multitiered.wordpress.com/2010/08/05/getting-started-with-the-facebook-c-sharp-sdk/
UPDATE:
Well it seems like that guide refers to an SDK which has been depreciated. I recommend you to download DotNetOpenAuth which has a sample for Facebook as well.