我在网上搜索了很多但是我没有采用一种工作方式在朋友的墙上发布图表api。
我想通过应用在朋友墙上发帖子。
答案 0 :(得分:6)
第一次得到朋友获取好友列表
[_facebook requestWithGraphPath:@"me/friends" andDelegate:self];
然后选择朋友并发布他/她的墙
[_facebook requestWithGraphPath:@"frined_ID/feed" andParams:params andHttpMethod:@"POST" andDelegate:self];
答案 1 :(得分:2)
还要确保您已启用publish_stream
权限。以下是其他权限https://developers.facebook.com/docs/authentication/permissions/#user_friends_perms