facebook_launch_offerwall(url)
Argument | Description |
---|---|
url | The URL of your facebook currency definition. |
Returns: String
This implementation enables your app to open a Facebook dialog
containing an interactive list of advertiser offers. For further
information see FaceBook Developers - Offers With Payments.
NOTE: this function will only work with the HTML5 target
module.
if mouse_check_button_pressed(mb_left)
{
facebook_launch_offerwall("http://facebook.com/game/payments");
}
The above code checks for a mouse press and if one is detected it takes the user to the FaceBook offerwall page.