MarkTseng / fandjango

Fandjango makes it really easy to create Facebook applications with Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fandjango

https://secure.travis-ci.org/jgorset/fandjango.png?branch=master

Fandjango makes it really easy to create Facebook applications with Django.

Usage

@facebook_authorization_required
def greet(request):
    return HttpResponse('Hi, %s!' % request.facebook.user.first_name)

If you'd like to create an application that's a little more elaborate, you should read the documentation.

Installation

$ pip install fandjango

Contribute

  • Fork the repository.
  • Do your thing.
  • Open a pull request.
  • Receive cake.

I love you

Johannes Gorset made this. You should tweet me if you can't get it to work. In fact, you should tweet me anyway.

I love Hyper

I work at Hyper with a bunch of awesome folks who are all every bit as passionate about good code as myself. If you're using this library, we probably want to hire you.

About

Fandjango makes it really easy to create Facebook applications with Django

License:MIT License


Languages

Language:Python 99.0%Language:HTML 0.9%Language:Makefile 0.1%