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 am developing a Facebook app.

In that app, i have to send apprequests to multiple users. I am using the Requests dialog to send requests.

In the dialog, the friends list appears with a check box saying "Don't ask again before sending requests to these friends from this app".

I do not want that check box. How can i remove that option? Where can i change that setting either in JS SDK or Developer App settings?

share|improve this question

1 Answer

up vote 0 down vote accepted

Unless the documentation is incorrect, you need to pass frictionlessRequests: true in your call to FB.init() order to trigger frictionless requests.

If you are doing this and don't want frictionless requests, don't supply that option in the call to FB.init().

If you're not, and the checkbox is still appearing automatically, you should use the Report Documentation Bug link on the documentation to ask Facebook to update the docs

share|improve this answer

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.