Вопрос

I need Facebook API for my web app. Official Facebook only provide API in Android, IOS, JavaScript, PHP etc but not in Python. There are third party SDK's available for Python. What should i use PHP SDK (which is official by Facebook ) or Third party Python SDK.
I cannot compromise on scalability of app. Will third party python API be slower then PHP API in case of Facebook data fetching.

Это было полезно?

Решение

I use Django-facebook in my django projects. I recommend its use because it's an active github project and you can also contribute to it whenever you want/need.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top