I have recently started using the Facebook graph API and am wondering how to post on the wall of user who has authorized my app.
I'm am using the Facebook C# sdk. I can do a post on the user's wall that shows up as being posted by the user by doing "/feed" and sending the message in the post parameters.
I would like the post to say it was posted by my app instead...is there a way to do this?
Thanks