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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!