I can post a message on a friend's Facebook wall, but I want to post an Image. What do I need to add to my code?
Here is my current code:
[[FBRequestWrapper defaultManager] sendFBRequestWithGraphPath:_graphPath params:
[NSMutableDictionary dictionaryWithObject:@"Post on wall :)" forKey:@"message"]
andDelegate:self];