Hi
I am planning to develop a desktop Windows Form App or WPF App using C# .NET. I need to implement the upload functionality from my application to social websites like Facebook.
I want to share the photos/videos of my application on Facebook such that user will
login to his/her Facebook account first, and after login when user clicks the Share button of my application, the selected photo/video should be shared to their Facebook account/wall.
I want the application to be self-contained without someone having to go to a browser outside the app to Share the image on Facebook.
My requirement is that I do not want to create any app token or access token, because I want to share photos on different users wall, right after they login to their Facebook account.
I may need to create an app in my Facebook account (from Facebook Developer page -
https://developers.facebook.com/apps ), and use this app to publish photos on user's wall.
Here is a SDK for it http://facebooksdk.codeplex.com But the website for documentation is down i.e C#/.NET Wrapper around this API has no contents:
http://csharpsdk.org/