Questions tagged [facebook-instant-games]

Use this tag for support with developing for Facebook Instant Games.

120 questions
0
votes
1 answer

How i consume from a api restful with unity tiny?

I'm doing a small project with UNITY Tiny for Facebook instant Games but I do not know how to consume an api rest because the philosophy of unity tiny is new and there is not much documentation? can you help me ?
0
votes
2 answers

Facebook Instant games won't allow my API images to be loaded

I'm finishing a Facebook instant game and I have this API https://seustestes.com/api which I will feed with all the games data. I'm currently loading the games on localhost and it's working fine: $.ajax({ type: 'GET', url: api, success:…
Marciel Fonseca
  • 371
  • 1
  • 4
  • 19
0
votes
1 answer

FBInstant is not defined

Sentry is showing that certain Facebook users are receiving the error: FBInstant is not defined My HTML file includes scripts like so just after the opening tag:
Wayne Whitty
  • 19,513
  • 7
  • 44
  • 66
0
votes
1 answer

Facebook bot not receiving messaging_game_plays webhook events even though webhook is subscribed to those events

I'm testing a facebook instant games app and want my bot to collect messaging_game_plays events to log user data at the end of a play session. I've set up an app page, app, and uploaded a build that I have moved to the testing stage. I also have a…
0
votes
1 answer

Facebook Instant game purchase issue

I am integrating InApp purchases in my game(build using cocos creator). but unable to get payments.purchaseAsync in FBInstant.getSupportedAPIs() on both Android And Facebook.com any Help please below is the my sample code. let supportedAPIs =…
0
votes
1 answer

Facebook Instant game review

I'm trying to publish my game on Facebook Instant Game. But on step "App Verification Detail", it wants me to provide this "Please provide Facebook Login Integration notes that are at least 20 characters." I can't anywhere to fill this information.…
Ted Le
  • 3
  • 2
0
votes
1 answer

FBInstant.shareAsync() function doesn't work without any errors in facebook instant game Share button

I created a facebook instant game and in the end there's a share button, how to make that share button shares the result or a photo in a link to play the game on the player's profile. Here's my code of the shareAsync() function, which produces no…
0
votes
1 answer

how to test FBInstant.payments in browser?

I setup a test user to test FBInstant.paymentsfor my instant game but it seems that even for test users it only work in Android? is there any way to test it on browser? doesn't work even on embedded mode. Even if CTRL+SHIFT+I is in mobile->Galaxy…
mwweb
  • 7,625
  • 4
  • 19
  • 24
0
votes
0 answers

Issue in Building with Unity2Canvas

I am building my project with Unity2Canvas for Facebook instant games. My project is basically a 'tic tac toe' type multiplayer game using photon for multiplayer but when I build this project, in the very beginning, it gives me error of build…
0
votes
1 answer

Storing additional information for Facebook Instant Game leaderboard

I wanted to make an object that is independent of the Facebook leaderboard and can be accessed and updated by all the users for a Facebook instant game. Can this be achieved by using only Facebook's server?
Gaurav Pant
  • 962
  • 10
  • 30
0
votes
1 answer

Leaderboard strange behavior and issues

We have several issues with leaderboards: 1) our leaderboard is set as global. When I list all entries it in game, I get this: Here is the same table, but readable better: Table has 5 entries, but is missing ranks 1 and rank 5. First record is…
Tom Atom
  • 139
  • 1
  • 11
0
votes
1 answer

Hide play button on facebook chat

I created a facebook instant app with a chatbot. The chatbot works fine. The chatbot should launch a facebook instant game. This works fine on mobile phones, but after assigning the game to the page, it is no longer possible to chat with the page on…
0
votes
0 answers

How to automate Facebook game usign sikuliapixand Selenium WebDriver?

I am having the latest sikuliapix and Selenium WebDriver dependencies in my maven project, and I am trying to automate a Facebook game. As of now I am in the level screen of the Candy Crush game and want to click on the level 2 icon or either level…
0
votes
0 answers

Facebook JS SDK And Share Button Errors

I am working on a Facebook Instant game and facing some errors. Here are the errors in the console: Refused to frame 'https://staticxx.facebook.com/' because it violates the following Content Security Policy directive: "frame-src 'self' blob:…
0
votes
1 answer

Facebook Instant Game IAP error: {code: "UNKNOWN", message: "Product not purchaseable"}

I am developing a game for a client and we are now testing payments / purchasing. So inside the In-App Purchase set-up page, I've: 1.) added a Dev account to the Testers list 2.) Created a product My code looks like this: let supportedAPIs:any =…
threedollarbill
  • 165
  • 2
  • 11