Python
From Facebook Developer Wiki
Contents |
[edit] PyFacebook
PyFacebook is a wrapper for the Facebook API.
Since there hasn't been a stable release yet, (Hopefully soon) you need to get the source from Subversion on Google Code. Only one file is required, which you can download here (rename it to facebook.py). As of r70, Django and Pylons support have been pulled into separate modules. You will need to download the whole package and set it up somewhere on your path. See here for more information.
To checkout all the code, including samples, type:
svn checkout http://pyfacebook.googlecode.com/svn/trunk/ pyfacebook
or use your favorite SVN client.
Mailing list: http://groups.google.com/group/pyfacebook
The project is now being developed at GitHub: http://github.com/sciyoshi/pyfacebook/tree/master
[edit] Tutorial
- Pylons and Pyfacebook Tutorial. Basic tutorial for Pylons framework, using a decorator (Source Code Included).
- View the complete PyFacebook tutorial for more information and examples.
[edit] web2py
You can use the web2py framework to develop facebook apps. Here is a scaffolding example.
[edit] minifb
minifb is a minimal Facebook API for Python. Latest version 1.1 released on September 21, 2007.
This single-file module consists of two functions and two helper classes. All the grunt work of sending and validating web values are done in single function calls. A few simple examples show nearly everything needed for a full Facebook application. See the discussion group for questions and reports.
[edit] Applications
-
ThingsBox. Share your things with simple boxes for purchases, wishes, gifts and more and keep up with friends.
-
Crime Corp. Mafia game built using Django and Pyfacebook.
-
The Limerick Book. Write, read, and rank Limericks.
-
Scopa. A traditional Italian card game.
-
NeverGonnaGetIt. Who are the hottest guys and girls? How hot are you?
-
iCream. Create and compare your ultimate ice cream cone.
-
Firestorms. Send a message and track how it travels through your friends network.
-
Up4. What are you up for?
-
Warfish.net. War gaming application. This application built using the "Hello MiniFB.py" as a starting point.
-
A Swift Half?. Set your pub-going status and show off your local pubs.
-
Through a Friend Classified ads you share with your network of friends.
-
Bhagavad Gita as It Is - Verse of the day Put real wisdom on your profile!.
-
indiconews Citizen Journalism
-
Tribester.com Preview Jewish Dating
-
Taglets Notifier Taglets.org integration, including a Notes-like application for posting keyword Tagged Notes
[edit] Tutorial
- Pylons and Pyfacebook Tutorial. Basic tutorial for Pylons framework, using a decorator (Source Code Included).
-
Hello MiniFB.py. Complete "Hello World" Facebook App built with minifb.py with tutorial + complete source code.
