I want to post something in the users friends wall.
I use this to post into the user wall
SBJSON *jsonWriter = [[SBJSON new] autorelease]; NSDi
Have you tried using,
[facebook requestWithGraphPath:@"[friend_ID]/feed" andParams:params andHttpMethod:@"POST" andDelegate:self];
UPDATE:
Posting on friends wall will no more work with Graph API. Instead you must use FBDialog.