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 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];
share|improve this question
after many efforts. I found the solution. First i use the downloaded code ICodeBlog App ID and Secret Key. So the comment is via ICodeBlog. now i take my App ID and Secret Key. and replace it with previous.. :) – Stack.Blue Jun 27 '12 at 11:28

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.