Try this code, it will be useful for you.
NSMutableDictionary *params = [NSMutableDictionary dictionary]; [params setObject:str forKey:@"message"]; [facebook requestWithMethodName:@"stream.publish" andParams:params andHttpMethod:@"POST" andDelegate:self];
But for this you must be assigned permission to publish.
source share