Use this tag for support with developing for Facebook Instant Games.
Questions tagged [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 ?

Rob Elías
- 11
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: