Has anyone tried to use Gameon from Javascript and Alexa yet? I would like to use Gameon from an Alexa skill, and some parameters like "advertisingId" may not exist on Alexa in the same manner that they do on phones, so wondering if I can just make up a value for that.
Also, any existing Javascript code libraries that work would be appreciated, otherwise I will try and create a new JS library. Seems like a JS library should be created and put on NPM so that it could be easy for all NodeJS programs to use it in the future.
Thanks everyone for any advice.