Sunil Mishra
Sunil Mishra

Reputation: 3826

Facebook C# SDK Windows Application

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

Upvotes: 0

Views: 339

Answers (1)

Kamyar
Kamyar

Reputation: 18797

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.

Upvotes: 1

Related Questions