Questions tagged [facebook-instant-games]

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

120 questions
0
votes
1 answer

getSignedPlayerInfoAsync() for Facebook Instant Games, does it need to be called every request?

The documentation mentions using FBInstant.player.getSignedPlayerInfoAsync() to get a signature when communicating with a custom backend. https://developers.facebook.com/docs/games/instant-games/guides/bots-and-server-communication Can I store the…
threedollarbill
  • 165
  • 2
  • 11
0
votes
0 answers

Rewarded Video Ads for Facebook Instant Game not working for me, but working for client

I am developing a Facebook Instant Game for a client and my task is to integrate some Rewarded Video Ads. I've already put the basic code which loads the video ads and my client says they are able to watch the videos successfully on their…
threedollarbill
  • 165
  • 2
  • 11
0
votes
1 answer

Facebook Instant Games Ads Won't Shown

Today i submitted a new Facebook Instant Game, but can't show any ads anymore. They fail to preload, and the error reports: "Interstitial failed to preload: The SDK version in the ad request is no longer supported for new apps. Please upgrade to one…
0
votes
1 answer

Facebook instant game prerequisite

I am new to publishing on facebook platform especially instant games. In a checklist before submitting for review, I saw that I should add an instruction details on how to perform in app purchase otherwise I cannot or the submit for review button…
0
votes
1 answer

Facebook Instant Gaming Matchmaking blocked on "The player is not currently eligible to match."

I have setup the matchmaking code and actually got it working 3 times where it searched, waited, and then found a match (my other account also set to search), without any problems. Then all of a sudden both of them stopped working with the only…
MDompekidis
  • 335
  • 4
  • 13
0
votes
1 answer

Facebook Instant game bot message sending works locally, but fails after uploading to App Engine

In my previous question I asked about the meaning of Facebook messenger bot error code 2018144, which turned out to be about sending limits. This time I'm trying to understand why sending messages works from my local computer, but very mysteriously…
0
votes
1 answer

facebook instant games using position tables LEADERBOARD _NOT_FOUND

I am using this method FBInstant.getLeaderboardAsync ("test"), with any other position table whether contextual or not, I have this error i {code: "LEADERBOARD_NOT_FOUND", message: "A leaderboard with the name" test "was not found"} an image of the…
0
votes
2 answers

How to test RewardVideo in Facebook Instant Game?

This is my code. var ad; FBInstant.getRewardedVideoAsync('1234_1234') .then(function(rewardedVideo) { if(typeof rewardedVideo !== 'undefined'){ if(typeof rewardedVideo.getPlacementID() === 'undefined'){ …
0
votes
1 answer

Instant Games Content Security Policy

Does anyone know if there's a way around this security policy for Facebook Instant Games? I'm trying to load a video using a local blob that I'm downloading using Fetch(). Content Security Policy: The page’s settings blocked the loading of a …
Dustin Kerstein
  • 450
  • 5
  • 13
0
votes
1 answer

(FB Instant games) How I can get payload data from Game Play Button?

According to this article: https://developers.facebook.com/docs/messenger-platform/reference/buttons/game-play/ I can post parameter "payload" for button with "SERIALIZED_JSON_PAYLOAD" and "this data will be sent to the game". How I can receive this…
0
votes
1 answer

Leaderboard.getEntriesAsync - request failed for >=20 entries

I've noticed that "getEntriesAsync" (API 6.0) method for leaderboards throws "Request failed to be processed" error when I request about >=18 scores from leaderboard with around 300k of players. In my game, I'm requesting exactly 20 entries, and…
-1
votes
1 answer

how does facebook instant games quota works?

facebook instant game allows developers to publish 1 to 2 games per week , we are a company we have our business verified account and we are 3 developers , my question is : these 2 games per week limit is it per developer account or per entire…
hMedia
  • 13
  • 6
-1
votes
1 answer

Facebook Instant Games - Can I use the image library in my instant game

Is it possible to get access to the photos library in the Instant Game? If not, are there any other methods that I can pull a selected image from a user who's using my instant game app?
Guy Cohen
  • 3
  • 1
-1
votes
1 answer

Cocos creator fb-instant-games local testing

I have followed these instructions: Enable the https-enabled Web server locally Install http-server package via npm $ npm install -g http-server Create the private key and certificate through openssl. The path needs to be assigned to the built…
-2
votes
1 answer

Fetch the user information with the permission into facebook instant game

Please help me regarding my query. I make an instant game and into that game i want the user (player) information ( like email, gender,birthday and location). I use below following code to get the information but not working here is the…
1 2 3 4 5 6 7
8