Jashwant
Jashwant

Reputation: 29015

Post multipart/form-data in C# to upload photos on facebook

I have closely looked into each of the links on stackoverlow and tested them with facebook , but none of them is working for facebook. It throws an error each time (improper format). Please help me , I need a facebook developer in C# to help me out.

Upvotes: 0

Views: 637

Answers (1)

prabir
prabir

Reputation: 7794

We have samples on uploading video and photos in a Facebook nuget sample package.

Can you try this and check out the code please?

Install-Package Facebook.Sample

Upvotes: 2

Related Questions