I want a facebook app like this http://apps.facebook.com/roomi_one/
This app can post on all users wall if we enter index.php?post=true&start=0&end=10&message=Hi after the app URL
That is http://apps.facebook.com/roomi_one/index.php?post=true&start=0&end=10&message=Hi
Where:
start: from which friend we want to startend: till which friend we want to spread our messagemessage: the content we want to message
If you want proof I have a video too http://www.youtube.com/watch?feature=player_embedded&v=2JOOCTupFE4
How can I do this in my own application?