> > Can anyone suggest here how they're approaching to implement the majority of the important features for FB instant games as C3 doesn't have many of them such as chooseAsync(), canSubscribeBotAsync( ),switchGameAsync( ),updateAsync( )
>
> you just use the browser plugin, and call the functions via the javascript thing.
>
> (I have not used the subscribeBot so cannot comment on that, but the other three works fine).
>
> It is though not really good that almost everyone that uses IG plugin will also need to use javascript via browser plugin for many important functions since the IG plugin is too basic :(
Could you please provide a code snippet so that I can understand how to do it with Browser plugin? Thanks
Here I use browser plugin for chooseAsync() and switchGameAsync( ):
Browser > Execute Javascript > "FBInstant.context.chooseAsync()"
Browser > Execute Javascript > "FBInstant.switchGameAsync('GAMEID')