salesforcedevinar
salesforcedevinar

Reputation: 241

Facebook Status Updates from C# Windows Service

We have a few different eCommerce applications (one platform using ASP Classic, one using ASP.NET 3.5SP1, and one using ASP.NET 4.0) where we'd like to allow users to post activities to their Facebook status. I've seen examples in .NET Web Applications, but I was hoping someone could get us pointed in the right direction to do this from a C# Windows Service (this way we can poll the data from each application and post the status updates from the same mechanism).

Thanks in advance! Any advice is greatly appreciated!

Upvotes: 2

Views: 1138

Answers (2)

Silx
Silx

Reputation: 2701

Try this: http://developers.facebook.com/blog/post/395/

Upvotes: 1

Related Questions