I've just read this https://developers.facebook.com/docs/reference/dialogs/feed/
It says since the 12th of July 2011 it is not possible anymore to use the "message" property to prefill a message to post on users wall e.g.
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys: @"hi!", @"message", nil];
[facebook dialog:@"feed" andParams:params andDelegate:self]
Can anybody please explain what is the official plan B?