Writing Facebook apps in C#

Posted by Water Cooler v2 on Stack Overflow See other posts from Stack Overflow or by Water Cooler v2
Published on 2010-05-22T18:39:05Z Indexed on 2010/05/22 18:40 UTC
Read the original article Hit count: 313

Filed under:
|
|

Hi,

I am a C# developer and fancy the idea of writing a C# app or two to integrate with the Facebook API. I read from this page:

http://wiki.developers.facebook.com/index.php/User:C_Sharp

that there's this Microsoft SDK for Facebook Platform that has binary assemblies that I can use to write my C# app. As a start, I want to try out the example mentioned on the above-mentioned page -- one that gets me a friend list.

The problem is: I am completely new to this Facebook development thing and I see I am going to need, at the very least, an API Key and some Facebook service Secret key or some such, to begin writing some code.

Do I also need a developer account? Where do I get all these things from?

© Stack Overflow or respective owner

Related posts about c#

Related posts about facebook