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