tags:

views:

55

answers:

3

Hello,

is there any C# Library that enables me to acces my Facebok Account from a C# Application. All I've found are ASP.Net Libraries but I don't wan't to use ASP. I wan't to create a Windows Forms or WPC Client for Facebook. Is this possible? Basically I'm looking for something like Facebook Connect on the iPhone I guess.

Thank you very much

CaptnCrash

A: 

We recently launched a C# SDK. You'll need to get the access_token using the OAuth flow via some interaction with a web browser and then the SDK will help you in making API calls.

daaku
A: 

Have you been through this Facebook Developers c# api page?

pug
Yes, but as far as I understood, the C# Api ist to Build Apps inside the Facebook Website?! But that's not what I wnat to do, I want to create a Windows App that gives you access to you account and allows you to publish Posts. Am I wrong?
CaptnCrash
A: 

Yes, you can access the facebook API from WPF. check out the Facebook developer kit

Cheers

Ramesh Vel