Facebook integration using python library
I created a simple web app using django and was wondering if there is any python library out ther开发者_运维知识库e that could help me integrate my app with facebook.
Thanks!
A simple search for "facebook" on PyPI
http://pypi.python.org/pypi?%3Aaction=search&term=facebook&submit=search
gives two django related modules with the first two hits.
http://pypi.python.org/pypi/django-facebook/2.0.16
http://pypi.python.org/pypi/django-la-facebook/0.1.0
Apart from that there is always the official Facebook SDK (on PyPI) that you will find on Github (also carrying several forks of the SDK):
google "facebook sdk python"
Please some more research next time....
精彩评论