I'm currently using the below code to send an invitation to a user's facebook friends. However once the function is run, a confirmation dialog box pops up and I have to confirm that I would like to send the requests to my friends. I'd like to skip this extra step. Is there a way to avoid this confirmation dialog box?
FB.ui({method:'apprequests', message:'would like you to try out our app!', to: ids});