I post an image in Facebook wall by the help of Tutorial. Problem is that my image post with comment 42 minutes ago via iCodeBlog Demo over it. i wants remove the tutorial blog comment. I use the following link.
http://www.icodeblog.com/2011/03/28/facebook-sdk-posting-to-user-news-feed/
graphPath = @"me/photos";
[params setObject:self.image forKey:@"source"];// I set the image
[params setObject:self.caption forKey:@"message"];// I set the caption
[[FBRequestWrapper defaultManager] sendFBRequestWithGraphPath:graphPath params:params andDelegate:self];