It's my first question here :)
I developed simple Facebook app for my WordPress plugin (I used PHP-SDK) and it works like this:
- A visitor clicks Facebook button on my website and his details (name and email) are saved to email autoresponder (
Aweber,iContactor any other autoresponder) and my app publishes a post on user's Facebook wall.
But I want to make this app better and add an option, which will allow my plugin to publish on users' walls anytime. So once user clicks the button and allow me to post on his wall, then I can post on his wall anytime afterwards. It would be some textarea in my plugin for to write wall message and then I click 'publish' button and this message is posted on walls of all users, who used my Facebook button on my website. I hope it's not too confusing ;)
Is this possible? How can I do this? I spent some time searching for a solution, but with no results :/ Please help, thank you for your time :)