开发者

Facebook integration using python library

开发者 https://www.devze.com 2023-02-26 20:42 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消