Releases: defold/extension-fbinstant
FBInstant 5.4.1
FIX: Updated HTM5 template
FBInstant 5.4.0
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
CHANGE: Updated to API 6.3
NEW: fbinstant.post_session_score()
FBInstant 5.2.0
FIX: Added additional meta-tags to the index.html template to work better on certain mobile browsers
FBInstant 5.1.1
NEW: Added stretch option for the game canvas
FBInstant 5.1.0
NEW: fbinstant.get_leaderboard_connected_player_entries(name, count, offset, callback)
. Thanks @laltin!
FBInstant 5.0.1
FIX: Updated index.html to use new template properties
FBInstant 5.0.0
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:
- 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)
- Preloading the ad instance (using the ad id returned from Step 1)
2.a.fbinstant.load_interstitial_ad(ad_id, callback)
2.bfbinstant.load_rewarded_video(ad_id, callback)
- 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
NEW: fbinstant.switch_game(app_id, data, callback)
FBInstant 4.2.0
NEW: fbinstant.get_locale()