Is it possible to use the iOS Facebook SDK's dialog
method to post to the active user's friends' walls? That is, assuming the correct permissions have been granted?
Using the dialog method, with "feed"
as the action, only seems to allow me to post to the user's stream, not to anyone elses. What am I missing?
[facebook dialog:"feed" andParams:... andDelegate:self]
The params
only specify the content of the post; there doesn't seem to be any way to specify the profile I want to post to.