Up to tag cloud
Subscribe to an RSS feed for this tag

Entries tagged with Facebook

  1. Title: Two-Faced Django Part 7: PyFacebook and FBJS Ajax
    Tags: Facebook PyFacebook django
    Series: Two-Faced Django

    The 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.

  2. Title: Two-Faced-Django Part 6: PyFacebook
    Tags: Facebook PyFacebook django
    Series: Two-Faced Django

    The sixth section of the Two-Faced Django tutorial where we begin implementing the FaceBook portion of our project.

  3. Title: Using PyFacebook without the Facebook middleware
    Tags: Facebook PyFacebook django python

    I'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.