0

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

Sunil Mishra
  • 3,718
  • 1
  • 24
  • 38

1 Answers1

1

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.

Community
  • 1
  • 1
Kamyar
  • 18,123
  • 8
  • 90
  • 164
  • Thanks, I went through this article, but it is a web application, i am looking for a windows application. – Sunil Mishra May 06 '12 at 19:30
  • Please consider mentioning your requirements more explicitly in the question. also check out http://nuget.org/packages/Facebook.Sample.Winforms.Login I haven't tested it myself. The source of the package is at http://csharpsdk.org/ – Kamyar May 06 '12 at 19:35
  • I want to get the list of pages of a user, using my application. I am able to do it statically by passing access token. But I am not getting how to fetch user access token, dynamically...! – Sunil Mishra May 06 '12 at 19:39