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];