Use this tag for support with developing for Facebook Instant Games.
Questions tagged [facebook-instant-games]
120 questions
0
votes
2 answers
Facebook Instant Games stuck at 0% loading
I have a super simple HTML5 game that I'm trying to test within facebook embedded player, but the game always stuck at 0% loading and it doesn't log the word "test" that I have at the beginning meaning that it's not even initialized. why is…
user14880913
0
votes
1 answer
React app does not render inside Facebook instant game iframe
I have a react app which does not render when zipped and loaded into facebook instant game platform. It generates logs such as below, that clearly show that the actions are firing. See the logs with Middleware ACTION-NAME below.
If someone can give…

navalsaini
- 522
- 6
- 20
0
votes
1 answer
Instant game ads not working - showAsync' of null
I am trying to add monetization to my Facebook instant game, it is created via Cocos Creator. I have checked in project settings Facebook audience network and also build game as instant game. (Cocos Creator has integrated the Facebook Instant Games…

vb381
- 181
- 1
- 3
- 14
0
votes
1 answer
How to verify FBInstant.context.getID() on the server side to ensure it is not faked?
I have a multiplayer word game in "Facebook Web Games" format and would like to port it to "Instant Games".
The player id can be fetched by using FBInstant.player.getID(); and then I could call an URL on my game backend server as…

Alexander Farber
- 21,519
- 75
- 241
- 416
0
votes
1 answer
Facebook instant games api method canSubscribeBotAsync method is not a function
So my game wants the players to have the ability to subscribe to a game bot and I'm using FBInstant.player.canSubscribeBotAsync() method. But everytime, it will return an error that state
Uncaught TypeError: FBInstant.player.canSubscribeBotAsync is…

Nguyen Duy Minh
- 23
- 3
0
votes
1 answer
Facebook Instant Games - Testing without bundle uploading
Is it possibile to test a Facebook Instant Game without uploading the bundle on FB servers?
I'm using this code: