I have a facebook canvas app (flash). I have a user who is visiting the app. I have a button that the user clicks for the purpose of inviting a friend to the app.
I understand that this can be done via the js sdk: http://developers.facebook.com/docs/reference/dialogs/requests/
However I am already using the facebook_as3_api, and I would prefer to avoid using multiple facebook api's.
Does the facebook_as3_api have a way of doing this, and if not, why not?