Is it possible to post a comment in user's wall after he accepted my application?
I have registered my application, I have my AppId, AppSecret, suppose that the users logged in with his facebook account some time ago, and authorize my application with this permission publish_stream.
I want now a simple textbox, a button, and a checkbox with the option "send comment to facebook" and I want to post that comment to facebook after doing some stuff in my application. What should I need to do in the controller? Do I need to store something when the user allows my application for first time. I am using FB C# SDK and Asp.Net MVC but if you suggest something else I can use it, a code example will be appreciated.
Thank you.