What's the best facebook python-sdk fork? [closed]
It looks like development has stalled on the official python-sdk. There are 139 forks on github. What's the most mature or best for using with Django.
EDIT: By "official" I meant http://github.com/facebook/python-sdk. I'm reluctant to use it because it has a number of pull requests that have been open for quite a while.
Take a look at django-la-facebook. It was started to bridge the gap between all of the incomplete django facebook integration layers. It is also worked on by Jacob Burch of the ladjango meetup group fame, and Danny Greenfield of the django consultancy, Cartwheel Web (no I don't work for them).
https://github.com/facebook/python-sdk/ this is the one facebook recommends... but if I were you I would just use graph API for python, since there is no complete solution
精彩评论