More features for FB Instant Games.
the plugin is working in this stable version?
how can configure the "choose assync" to send private message invitation?Thanks! :D
Hi,
There's no clear instruction on how to use the plugin. It doesn't appear in the plugin screen. :(
Actually, the plugin isn't being shown on an existing project. But for a new project its being shown.
The latest version of the Plugin is only for construct 3 runtime.
(Project properties -> Advanced -> Runtime -> Construct 3)
I tried the new version and did not work. When do you need to execute "init"?
Oh, I get it. No need to do minify script.
But choose async doesn't work anyway
Hi!
Your plugin helps me a lot! Will there be support C3 runtime?
Thank you. Currently, the Plugin is on a very early version. I hope i can patch it next time! (I'm a littlebit busy at the moment) ... please wait for the next version.
Is this plugin working ok now?
Not yet, but i'm working on it next time (i'm currently a littlebit busy)
Thank you for the feedback. I'm update the extension next time! :)
You can see my discussion with Ashley in the Plugin Forum.
Some feedback regarding v0.0.3.0.
Hi macube.
I have tested this and looked how you have implemented the features. You have just copied the function call from the SDK? This will create lot of issues for Construct games!
With your plugin the context change without changing the variables in the official plugin! (the only thing you do is to send a textstring to the console!) this makes the offical plugin to go totally out of sync! Games and the functions are based on the context and all variables MUST be changed when changing context. (otherwise all other functions will call the wrong context!)
This is the reason why we asked Ashley to update the regular plugin for these.