using facebook c# sdk, I’m able to post to my wall but when I try to do it on my friend’s wall, it just does not show, any ideas why this could be happening?
client.Post(“me/feed”, parameters); —-works
client.Post(“friends id/feed”, parameters);–does not work
or
client.Post(“/friends id/feed”, parameters); –does not work
Make sure the app is not in sandbox mode, or if it is, add that friend as a developer of your application. Also, post the error message you are getting.