2

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});
4

1 回答 1

5

不!!!!!!!

Facebook 不希望应用程序在未经用户许可的情况下发送邀请。这将是邪恶的垃圾邮件。

于 2013-02-24T22:22:39.993 回答