Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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
share|improve this question
1  
This might be helpful (dealing with the same error): stackoverflow.com/questions/3211968/… – Bart Aug 10 '11 at 12:06

1 Answer

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.

share|improve this answer
I am asking through code.(graph api not through facebook directly) – pinky Aug 10 '11 at 12:55
@pinky This is not a Generate Code forum! Show us what you already did and where're you stumble upon and we might help you. – balexandre Sep 7 '11 at 13:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.