How to post an image to wall of facebook?
I am using C#.net and graph api.I wanted to post an image(local pc image not hosted somewhere) to my facebook page.I have created the web request for this.Iam able to create graph api web request for creating album.I wanted to post image to that album.But I 开发者_运维技巧am getting an error(#324 upload file). .Here my web request for uploading image to photo.
https://graph.facebook.com/albumid/photos?access_token=application access token&method=post&picture=D:\\Image\\LIKES.jpg
Select Home, there you can see Status, Photo, Link etc., Here Select Photo, then select upload a photo, make it to public to visible to all.
精彩评论