Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.01 KB

PARSE_GUIDE.md

File metadata and controls

34 lines (20 loc) · 1.01 KB

Create a FB WebApp with Parse

A quick guite to creating a sample FB API app with Parse hosting service.

Steps

image

image

image

  • Select Quickstart Guide

image

  • Select Hosting
  • Follow the setup instructions for your platform (OS X/Windows)
  • Navigate to your desired application folder and run parse new.
  • Login with your parse account info, then select your application by typing it's number in the list.

image

  • You will see a new parse folder. Copy the phonegap-facebook-plugin www folder content into parse/public.
  • Run cd parse and parse deploy to upload your application to parse hosting servers.
  • Finally, configure your ParseApp host name. On the Parse website goto Settings > Web Hosting and type the hostname you want.

image

  • Check it out! Navigate to your-hostname.parseapp.com