Demos
From Facebook Developer Wiki
Contents |
[edit] Demo Applications
Looking to get started with some ready-made code? Here are a few samples we've developed to illustrate basic functionality, advanced functionality, and even creating applications ready-made for the new profile, Facebook Connect, and Facebook Pages. None of them are extremely complicated; they're written to be easy to understand even if they're not in your native programming language.
Just follow the instructions and you should be good to go with a working Platform application from which you can learn and build.
[edit] Official Facebook Demos
- If you're looking for a demo of the new profile, check out Smiley. It's an advanced application showcasing the different ways an application can integrate with Facebook. See demo at http://apps.facebook.com/mysmiley/.
- If you're interested in Facebook Connect, there are demos of varying degrees of complexity available at Trying Out Facebook Connect.
- Footprints is an extremely basic application included with the PHP4 and PHP5 clients. See the demo at http://apps.facebook.com/footprints/.
- Restaurants is our advanced demo showing use of our juicier features, including mock AJAX, FBJS, and our Data Store API. Backed by pre-made data on your MySQL server and/or our Data Store API.
[edit] Coldfusion
- ColdFusion Demo. Download this out-of-the-box working ColdFusion demo application. This application uses several helpful FBML tags and profile.setFBML() API call. This demo is for the NEW facebook.
[edit] ASP.NET
- You can download a bare bones ASP.NET Facebook Application. This demo implements the absolute minimum in terms of functionality to reveal the core of developing for Facebook with ASP.NET.
[edit] PHP
- Nights Until Christmas is a simple application demonstrating the basics of the official PHP client library (hg repository).
[edit] JXP (server-side JavaScript)
- 10GenCloud is a sample application demonstrating several API calls (git repository).
[edit] Java/JSP using new Profile
- Random Friend is a sample application that picks a Friend and shows the friend on your profile. Facebook Connect version does same on web site. (source code and readme).
[edit] zembly.com (server-side JavaScript)
- Facebook Overview page with a set of Facebook application samples in the bottom.
