1.0.16 • Published 6 years ago
fbmockserver v1.0.16
Description
This package will help local testing of Facebook instant games. fbmockserver
helps solve the problem of needing to deploy your game to Facebook and testing the game between multiple accounts.
Install the server:
npm install -g fbmockserver
Run the server:
fbmockserver <directory>
directory
should point to the root of your game's directory.
Visit your game in the browser: https://www.facebook.com/embed/instantgames/<APP_ID>/player?game_url=https%3A%2F%2Flocalhost%3A8080