Combining HTML form data with multi-friend selector
Having a heck of a time trying to figure out how to do this.
I'm trying to combine an HTML form of my making with a multi-friend selector so that people can, for example, choose an item with radio buttons, enter some text in a textarea and then use a multi-friend selector.
The form would store the items from my html form in a database while also sending out the request to the selected friend(s). I开发者_如何学JAVA can't seem to find a way to combine FB's selector with my form so that, upon submission, I get POST info that combines the user ID's selected with the choices from my form.
Is this possible using any of FB's SDK selectors, or do I have to roll my own?
You should use the from the apprequests dialog from the javascript sdk. It will return an array called request_ids
that you can use.
精彩评论