I have get my friend id using facebook graph and post message in my friend wall not working.
AppDelegate *getdelegate=(AppDelegate *)[[UIApplication sharedApplication]delegate];
[[getdelegate facebook] requestWithGraphPath:[NSString stringWithFormat:@"%@/feed",fbidstr] andParams:params andHttpMethod:@"POST" andDelegate:self];
I'm using above code. please help me.