I am using the following code to upload an image to Facebook wall :
UIImage *img = [UIImage imageNamed:@\"logoits.png\"]; [FBRequestConnection startForUploa
Here is an example that posts and image and a note:
http://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/publish-open-graph-story/