Pergunta

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.

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top