开发者

replacement of the python facebook API? [closed]

开发者 https://www.devze.com 2023-03-19 18:58 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

as stated in bug #17429, official support for the python api is ending, does anyone know of a up-to-d开发者_如何学编程ate facebook api for python? or should I look for another language or web framework?


[...] does anyone know of a up-to-date facebook api for python?

Facepy might be what you're looking for.


According to that ticket support for SDK ends. The whole facebook API is language/technology agnostic and just a regular OAuth-based RESTful one


While I develop Facebook apps in PHP (still supported), I switched to mainly using the javascript SDK. I think it's a better user experience and Facebook automatically upgrades it when they change the rules. Which seems quite often. Typically, there isn't any change required in your javascript code.


Django Facebook is mature: https://github.com/tschellenbach/Django-facebook

There's nothing language/framework agnostic about the facebook API.

The open graph api has it's own syntax. Oauth takes care of authentication, but you still need to convert the output data to something your app can work with.

0

精彩评论

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