User:Python
From Facebook Developer Wiki
Contents |
[edit] API implementations
[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.
[edit] Development
[edit] Mailing list
- Google Groups: http://groups.google.com/group/pyfacebook
[edit] Source
* git clone git://github.com/sciyoshi/pyfacebook.git * svn checkout http://pyfacebook.googlecode.com/svn/trunk/ pyfacebook
[edit] Tutorials
- Pylons and Facebook hello world. A simple example that decodes and prints out all the request information sent back in the callback when a user visits the applications canvas. Also explains the basic flow of facebook callbacks.
- 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] Applications
-
Crime Corp. Mafia game built using Django and Pyfacebook.
-
The Slap is a minimal application run on Google App Engine and use Django. now this application is totaly opensource http://code.google.com/p/theslap-engine/
[edit] MiniFB
minifb is a minimal Facebook API for Python.
Version 1.2 was released in October, 2009. This version adds initial support for Python3, and fixes some long standing issues.
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] Development
[edit] Mailing list
- Google Groups: http://groups.google.com/group/minifb
[edit] Source
* svn checkout http://minifb.googlecode.com/svn/trunk/ minifb
[edit] Tutorials
-
Hello MiniFB.py. Complete "Hello World" Facebook App built with minifb.py with tutorial + complete source code.
[edit] Applications
-
ThingsBox. Share your things with simple boxes for purchases, wishes, gifts and more and keep up with friends.
-
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
-
My Photo Timeline Reflect upon your photo dates with a time perspective
-
What are you Reading Post the latest books you have been reading.
[edit] Frameworks
[edit] Django
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
[edit] web2py
You can use the web2py framework to develop facebook apps. Here is a scaffolding example.
