Content tagged facebook-instant-game

Report Tag

72 usages of this tag
  • 0 replies
  • 357 views
This content is deleted
Forum Topic
publishing Fb instant game
0 favourites

My game doesn't require any FB user data. When I tried to upload a HTML5 zip to FB instant game, it said something RE "reference to cdn"....etc. What's that? An...

  • 1 replies
  • 434 views
This content is deleted
Forum Topic
Construct 2 supports Facebook instant game?
0 favourites

Does Construct 2 support exporting Facebook instant game at all?

  • 0 replies
  • 490 views
0 favourites

Hello guys- maybe someone could help with this: While this code works normally on desktops in Instant Games, it wont work on mobile. It looks like ajax request...

  • 6 replies
  • 1.2K views

Hey folks, I'm just getting started with Construct 3 and I'm trying to figure out how to use the Facebook Instant Games API using Javascript. I saw there's an I...

  • 6 replies
  • 370 views
0 favourites

Hi devs :D, I'm trying to build a plugin for Facebook InstantGame, I used the Construct sdk to build my own, but I'm heavily stuck on the step when calling the...

  • 0 replies
  • 230 views
This content is deleted
Forum Topic
Facebook Instant Game funcions not working
0 favourites

I implemented the Instant game object into the project. Created shortcut option, share button, . But nothing seems to work. Then I exported the project as Insta...

  • 0 replies
  • 127 views
This content is deleted
Forum Topic
How do I enable Facebook Instant Games SHARE? [VIDEO]
0 favourites

I added the option to share the Instant game on the Facebook timeline but at the app preview, when I click the share button, nothing happens. Should I do someth...

  • 0 replies
  • 231 views
1 favourites

GetLeaderboardAsync('my_awesome_leaderboard.' + context.GetID()).Then(leaderboard => {. Console.Log(leaderboard.GetName()); Return leaderboard.SetScoreAsync(42,...

posted 4 years ago
  • 1 replies
  • 504 views
This content is deleted
Forum Topic
Instant Games Contextual Leaderboard
0 favourites

I tried to create a leaderboard on Instant Games. But when I call my leaderboard, the leaderboard Is'nt found. Contextual or not, it always return the same. Thi...

  • 0 replies
  • 298 views

I am trying to figure out how can I switch to a specific ContextID when the user clicks on a button. For example I have a list of already started games and when...