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?
As the documentation says:
However, note that you need to ask for the
publish_streamextended permission in order to be able to post to a user’s wall.