質問

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