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'm working with FB.ui and trying to limit my max invites for users. I used the max_recipients parameter, but after sending the initial max invites, let's say 5, the user can still invite more people. it seems that it only limits the number of requests a user can send at one time, and not the maximum requests over all. did I misunderstand how max_recipients works?

share|improve this question

1 Answer

Yes, that's how it works - if you want to stop the user sending more than X requests per day, stop showing them the option to do so - track the requests they send using the callback from the Requests dialog and keep a counter in your own code

share|improve this answer
thank you for the help, much appreciated – kukuswish Apr 3 '12 at 6:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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