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?
|
|
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.
|
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! |
|||
|