コアラの宝石を使用しているユーザーに代わって、人の壁 (ユーザーの友人) に公開しようとしています。
publish_streamパーミッションを設定し、ユーザーウォールに公開できるのですが、フレンドウォールに公開しようとすると、
@graph.put_wall_post("testing this posting on wall!", {:name => "..."}, "id")
エラーが発生する
OAuthException, code: 200, message: (#200) The user hasn't authorized the application to perform this action [HTTP 403]
私は何が欠けていますか?前もって感謝します。