Since Facebook is removing the ability to post to friends\' wall via Graph API from February 6, 2013 onward, I want to know if there are some alternates to
If you use the to parameter with the Feed Dialog, you'll also need to specify a valid access token.
We actually had this same problem, which we solved by displaying the Feed Dialog as an iframe and dynamically adjusting the to param. You can find an in-depth answer + code sample here: https://stackoverflow.com/a/14532867/1406819