Up to tag cloud
Subscribe to an RSS feed for this tag
Subscribe to an RSS feed for this tag
Entries tagged with Facebook
-
Title: Two-Faced Django Part 7: PyFacebook and FBJS Ajax
Tags: Facebook PyFacebook django
Series: Two-Faced DjangoThe seventh (and final!) entry in the Two-Faced Django series. We look at implementing Ajax functionality in the Facebook app we have been developing with PyFacebook.
-
Title: Two-Faced-Django Part 6: PyFacebook
Tags: Facebook PyFacebook django
Series: Two-Faced DjangoThe sixth section of the Two-Faced Django tutorial where we begin implementing the FaceBook portion of our project.
-
Title: Using PyFacebook without the Facebook middleware
Tags: Facebook PyFacebook django pythonI've been working on a Facebook application with a couple of friends recently. We decided to use <a href="http://www.djangoproject.com>Django</a> and the <a href="http://code.google.com/p/pyfacebook/">PyFacebook</a> library, but there was a brief period of intense confusion on my part about how to use the PyFacebook library without the included middleware. I worked through it, though, and this article has some advice on how you can do the same.