Python
From Facebook Developers 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
[edit] Tutorial
View the complete PyFacebook tutorial for more information and examples.
[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
-
The Limerick Book. Write, read, and rank Limericks.
-
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
[edit] Tutorial
-
Hello MiniFB.py. Complete "Hello World" Facebook App built with minifb.py with tutorial + complete source code.
