Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to develop a desktop application to interact with the facebook API.

The user would be able to browse their profile and post details such as the music which they are playing or the applications which are being installed or being used.

Is this possible?

Are there any relevant tutorials?

alt text

share|improve this question

2 Answers

up vote 3 down vote accepted

.NET Facebook API Client

There is a Facebook API framework for .NET applications here:

http://facebook.codeplex.com/

Building a simple desktop app in VB.NET or C#.NET is not too hard, you can download the Express version (free) here: http://www.microsoft.com/exPress/

The documentation for the framework is on the same site: http://facebook.codeplex.com/wikipage?title=Getting%20Started&referringTitle=Home

There is also a lot of documentation for getting started with .NET and the tools are very good.

share|improve this answer

Yes, through facebook connect. There is a lot of documentation on developers.facebook.com

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.