Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想制作一个 iPhone 应用程序,用户可以通过它在他们的朋友墙上发帖,我知道如何在自己的墙上发帖,但不能在朋友墙上发帖。
我需要做什么才能获得 Facebook 的预期结果?
第一次获取好友获取好友列表
[_facebook requestWithGraphPath:@"me/friends" andDelegate:self];
然后选择朋友并张贴他/她的墙
[_facebook requestWithGraphPath:@"frined_ID/feed" andParams:params andHttpMethod:@"POST" andDelegate:self];