Instant Games Asset UploadThis extension provides the functionality for Azure to upload a file as an application asset to Facebook for use when developing a game with the Facebook Instant Games API. Pre-RequisitesTo use this extension, you should have an application created within the Facebook developers center configured for use as an Instant Game. InstallationWithin your Azure organization, select 'Organization Settings' from the root namespace. Within Azure, create a release pipeline. The flow of your pipeline is entirely upto you. ConfigurationOnce the extension has been added as a task to your pipeline, you must configure it for use by Azure. Select the task in the available list to gain access to the configuration panel. First, you must retrieve your application identifier from Facebook. Navigate to your Facebook Applications and select the application you wish to upload to. The application identifier can be found within the application page at the top of the display, labelled "App ID". Second you will require an asset upload access token, this provides the plugin with the credentials necessary to
upload an asset package to Facebook on your behalf. To obtain this token, expand the
"Instant Games" section located within the side-panel of the Facebook applications developer
page and select the "Web Hosting" sub-category. Finally, you must provide the plugin with the package file you wish to upload. This file is usually a product of your build pipeline. UsageYou may have several instances of the plugin within your release pipeline, each configured separately. This allows you to deploy to a staging application for review before the pipeline continues to the production stage. |