张贴在朋友的墙上,图api IOS

use*_*625 2 iphone objective-c ipad facebook-graph-api ios

我在网上搜索了很多但是我没有通过图表api在朋友墙上发帖的方法.

我想通过应用程序在朋友墙上发布消息.

Ami*_*mit 6

第一次得到朋友得到朋友名单

[_facebook requestWithGraphPath:@"me/friends" andDelegate:self];
Run Code Online (Sandbox Code Playgroud)

然后选择朋友并张贴他/她的墙

 [_facebook requestWithGraphPath:@"frined_ID/feed" andParams:params andHttpMethod:@"POST" andDelegate:self];
Run Code Online (Sandbox Code Playgroud)