iOS Facebook SDK post to friend's wall using standard dialog

facebook, facebook-ios-sdk, ios

Solution

I found the solution. Just add "to" parameter with ID of the user you want to post to. I tested it works.

Problem

Is it possible to post on friend's wall using the standard feed dialog or I have to create my own dialog for this? UPDATE: I know that it is possible to post to a friend's wall directly using requestWithGraphPath. But I'm trying to figure out if I can use the facebook dialog for this. For example Draw Something seems to be doing just that (see screenshot below). However, I tried sending 'target_id' as well as 'to' and neither works. Does anybody know how to do that?

Original source

Related problems