I am creating a javascript/HTML app. NOT an external iframe app. I will also store data on my own server that the app will access, e.g. player inventories and rankings. I understand that for my app to request data from my server, I need to use makeRequest with AuthorizationType.SIGNED. Using that, I...