Skip to content

Releases: defold/extension-fbinstant

FBInstant 5.4.1

22 Sep 18:37
a0faa64
Compare
Choose a tag to compare

FIX: Updated HTM5 template

FBInstant 5.4.0

19 Jul 11:23
380821f
Compare
Choose a tag to compare

NEW: fbinstant.check_can_player_match_async(callback)
NEW: fbinstant.match_player(match_tag, switch_context_when_matched, offline_match, callback)

FBInstant 5.3.0

27 May 12:24
2fcfdf2
Compare
Choose a tag to compare

CHANGE: Updated to API 6.3
NEW: fbinstant.post_session_score()

FBInstant 5.2.0

17 May 10:40
Compare
Choose a tag to compare

FIX: Added additional meta-tags to the index.html template to work better on certain mobile browsers

FBInstant 5.1.1

29 Apr 17:00
0806844
Compare
Choose a tag to compare

NEW: Added stretch option for the game canvas

FBInstant 5.1.0

16 Apr 08:30
Compare
Choose a tag to compare

NEW: fbinstant.get_leaderboard_connected_player_entries(name, count, offset, callback) . Thanks @laltin!

FBInstant 5.0.1

02 Apr 12:31
Compare
Choose a tag to compare

FIX: Updated index.html to use new template properties

FBInstant 5.0.0

09 Mar 14:17
Compare
Choose a tag to compare

BREAKING CHANGE: The API for interacting with interstitial ads and rewarded videos has changed and is now more in line with the Facebook Instant Games Javascript API provided by Facebook. Showing an ad is now a three step process:

  1. Creating an ad instance for a placement (using a placement id)
    1.a. fbinstant.get_interstitial_ad(placement_id, callback)
    1.b. fbinstant.get_rewarded_video(placement_id, callback)
  2. Preloading the ad instance (using the ad id returned from Step 1)
    2.a. fbinstant.load_interstitial_ad(ad_id, callback)
    2.b fbinstant.load_rewarded_video(ad_id, callback)
  3. Showing the ad instance (using the ad id returned from Step 1)
    3.a. fbinstant.show_interstitial_ad(ad_id, callback)
    3.b. fbinstant.show_rewarded_video(ad_id, callback)

FBInstant 4.3.0

08 Mar 13:29
Compare
Choose a tag to compare

NEW: fbinstant.switch_game(app_id, data, callback)

FBInstant 4.2.0

08 Mar 12:50
Compare
Choose a tag to compare

NEW: fbinstant.get_locale()