Facebook 放弃了对 Python 的支持吗?
Python SDK 似乎已从 Github 中删除。 https://github.com/facebook/python-sdk 返回 404。
他们是否移动了在其他地方开发,放弃支持,或者这只是一个错误?开发者网站仍然链接到 Github(请参阅 https://developers.facebook.com/opensource/)但这并没有多大意义。
有人有克隆吗?
编辑
我意识到 API 仍然可用,但这不是重点。许多第三方软件包都依赖于 SDK(例如 django-socialregistration)。删除存储库破坏了所有这些(因为它通常是包要求),这反过来又破坏了站点部署。
The Python SDK seems to have been removed from Github. https://github.com/facebook/python-sdk returns a 404.
Have they moved the development somewhere else, dropped support, or is this just a mistake? The developer site still links to Github (see https://developers.facebook.com/opensource/) but that doesn't really mean much.
Does anyone have a clone?
Edit
I realise the API is still available but that's not really the point. Lots of third party packages rely on the SDK (like django-socialregistration). Deleting the repository has broken all of these (since it's often a package requirement) which, in turn, breaks site deployments.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
要回答克隆问题,是的:
https://github.com/flashingpumpkin/facebook-sdk-fork
这是截至昨天的最新情况。
To answer the clone question, yes:
https://github.com/flashingpumpkin/facebook-sdk-fork
This is as recent as of yesterday.
Facebook 的回应
Facebook 的官方回应是
来源:https://developers.facebook.com/bugs/200182333402545
Response From Facebook
The official response from Facebook is
Source: https://developers.facebook.com/bugs/200182333402545
不,您可以通过 urlread 函数使用 Facebook 图形 api。您所需要做的就是使用 Javascript 从用户处获取访问令牌,FB 开发人员网站上有相关文档。以下是如何使用 URL lib 函数的示例
No, you can use the Facebook graph api using the urlread functions. All you need to do is to get an access token from the user using Javascript, there is documentation on the FB developer site for this. Here's an example of how to use the URL lib functions