C # facebook graph / How to upload image to Facebook album?

I am trying to upload an image using ASP.NET with C #. I can not send the image to the parameter source = "F: //sample.jpg". I also tried to send the image in byte format.

URL http://graph.facebook.com/album_id/photos?access_token=access_tokenvalue ;

Postal Data

source = "F: //sample.jpg"

I get an exception. Please help me deal with this issue.

Thanks in advance.

+3
source share
1 answer

, ? , . , API Facebook, API Photo, @.

source="@F:\\sample.jpg"
0

Source: https://habr.com/ru/post/1779743/


All Articles