Lizozom
Lizozom

Reputation: 2311

Using PyFacebook with the latest Django release

The PyFacebook documentation states that

Applications built with djangofb.py are not compatible with django 1.x. Download django-facebookconnect instead.

Is this true? Has anyone managed to work this with Django 1.2.1?

Upvotes: 0

Views: 265

Answers (1)

diegueus9
diegueus9

Reputation: 31572

It is, use django-facebookconnect.

Upvotes: 0

Related Questions