Create an account
- Create a Facebook account
- Provide the email you used to register an account, and we will send you an invitation.
- Accept the invitation
Fill out the information
Go to App Dashboard and select your app. In the menu on the left select App settings -> Basic. Fill out the required information
- Display name
- Namespace
- Contact Email
- Privacy Policy URL: https://zareefgaming.com/legal/privacy.html
- Terms of Service URL: https://zareefgaming.com/legal/terms.html
- Category: Games
- Sub-category
- App icon
- User data deletion: Data deletion callback URL
Build
- You need to add Instant SDK to the index.html otherwise Instant will not let you upload the build.
<script src="//connect.facebook.net/en_US/fbinstant.7.1.js"> </script>
- Instant does not allow scripts to be fetched from a remote server, so you need to download the connector library from our server and include it in the build.
You can download the latest version of connector from connector.latest.js.
Add connector to the index.html. Replace your_project_id with the projectId we provided.
<script src="connector.latest.js?projectId=your_project_id"> </script>
Upload the build
Create a .zip archive of your build. In the app settings go to Instant Games -> Web hosting. Click Upload version and select a zip.