Click here to Skip to main content
15,888,088 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Someone knows a good article about Facebook C# SDK?

I forgot to mention that the article or tutorial is for developing a desktop application in C#, with the library, sorry. The examples in the tutorial page were written for web development.

All help and suggestions will be appreciated.
Thanks for the first solutions published!

Thank you!
Posted
Updated 23-May-12 8:48am
v2

 
Share this answer
 
Comments
Sandeep Mewara 23-May-12 14:38pm    
My 5! Yep!
cesarin 23-May-12 14:52pm    
Thanks for your solution, but i was not very clear with the question from the beginning, i've updated the question.
Ed Nutting 23-May-12 14:56pm    
The Facebook API is only accessible over the web. In fact it's next to impossible to interact with the Facebook API without doing some form of web service/web interaction. You will have to deal with this in your program. So look at the example and pick it apart to see which bits rely on the web and which bits can be done directly in your desktop application. Then work out how to separate the bits and make them work for you. You will most probably need a web service or similar somewhere.

Ed
Here: http://csharpsdk.org/docs/web/getting-started[^], right from the same link you gave!
 
Share this answer
 
Comments
Ed Nutting 23-May-12 14:40pm    
My 5! Yep! ;)
Sandeep Mewara 23-May-12 14:43pm    
:)
cesarin 23-May-12 14:50pm    
Thanks, I updated the question, I was not very clear with the question from the beginning.

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