facebook_launch_offerwall

This function returns the status of the facebook connection.

Syntax:

facebook_launch_offerwall(url)


Argument Description
url The URL of your facebook currency definition.


Returns: String


Description

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.


Example:

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.


Back: Facebook
Next: facebook_init
© Copyright YoYo Games Ltd. 2018 All Rights Reserved