Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 start
  • end: till which friend we want to spread our message
  • message: 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?

share|improve this question
waiting for response just message me on facebook or reply here – user1217749 Feb 18 '12 at 7:51
1  
Please see whathaveyoutried.com to help you make a better question. – DMCS Feb 18 '12 at 11:22
i think he is using some kind of javascript code – user1217749 Feb 18 '12 at 14:03
2  
There really is no valid reason to do what you ask. But if you do, your ability to post to walls will likely be revoked shortly. If you look at the News Feed section of Insights for your app, you'll notice the stats and thresholds for hides and spam. Too many story hides or stories marked as spam and you get shutdown. – Brent Baisley Feb 18 '12 at 18:10

closed as not a real question by Mat, Juicy Scripter, Michael Pryor, DMCS, Graviton Feb 24 '12 at 3:14

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

The app likely uses the Graph API to loop over the friends and sequentially post on each friend's wall. There's no Facebook API way to post on everyone's wall at once.

share|improve this answer
have you seen the video if you have seen it you will believe me – user1217749 Feb 19 '12 at 3:42

Not the answer you're looking for? Browse other questions tagged or ask your own question.