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 am completely new to the Facebook API and am not seeing a whole lot of resources on it for C#. I'm simply interested in posting an image to Facebook. Does anyone have any insight or experience with this?

share|improve this question

closed as not a real question by Daniel DiPaolo, Mike Bantegui, CBroe, LittleBobbyTables, Daniel Fischer Jul 20 '12 at 23:08

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 0 down vote accepted

Take a look at: http://csharpsdk.org that is the most "official" c# facebook sdk.

What are you writing? ASP.net/phone/win app?

Start with getting the user authenticated (different depending on what platform) and then take a look at facebook developer documentation for an overview of whats involved in making a post and this: http://csharpsdk.org/docs/making-synchronous-requests for some documentation on making the proper http request using the sdk.

I've not used this but looks like the documentation is coming soon even though its pretty skimpy at the moment.

Goodluck!

share|improve this answer
Thanks. Really it's just to interface with another API, but I'm going to end up using WinForms to provide the login stuff and then use like a FileSystemWatcher to activate the upload. – ikathegreat Jul 20 '12 at 0:44

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