Ok so I am 100% new to sharing things from C# on facebook.
I need a sample code of how to share an Image on my facebook as a photo ?
Please do NOT answer with ( Google it, I dnt know, why ?, impossible, Facebook SDK )…
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.
Your question is a bit vague. When you say “in C#”, you mean in a web, a window, or a service environment? Because the way Facebook does it is that there has to be some authentication in the process, and that is achieved via redirecting to Facebook for a user to login, and THEN send the photo for sharing. It’s quite a process, not just a one-line code that does magic.
In any case, you have to do the following, and you have to figure out where you place it in your environment:
Here’s the code:
Bottom line, you have to do your research on this… it’s not that straightforward. It’s the sad truth that I had to go through to do what you’re doing.