A Facebook application has essentially 3 ingredients:
- The configuration Facebook needs to link their site to your application content
- The application content itself, including the Facebook API
- Somewhere to host the content
When you create a GoGrid for Facebook server node, you must select a public IP.
Let's assume this is 208.113.123.123. Once the server is started, in a browser visit:
- http://208.113.123.123:8080/ (note port 8080 for the configuration portal)
Now, to link the Facebook site to your new content, create a Facebook Developer account, set the Callback URL in the Facebook Developer application settings to the full URL to your new GoGrid server's default Facebook application:
That's it! To create additional application content, you can then edit the files in the /mynewapp/ folder. For example:
- C:\inetpub\mynewapp\ (for Windows)
- /usr/local/httpd/htdocs/mynewapp (for Linux)
- http://208.113.123.123/mynewapp/coolNewApptorial.php