How I can use
FB.ui({
method: 'apprequests',
message: 'Gooby pls'
}, requestCallback);
to send a request for my app ONLY to friends that have not received a request yet?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have a database of some kind of who’s got requests from who (probably already has), you can use the request dialog’s
exclude_idsfield to remove them from the list. Just list the user ids: