使用 Python 将图片发布到 Facebook
如何使用 Python 将图像发布到 Facebook?
How can I post an image to Facebook using Python?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使用 Python 将图像发布到 Facebook?
How can I post an image to Facebook using Python?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
您可以使用 facebook 提供的 Python SDK 使用 oauth key 上传照片.
获得 oauth 密钥后,您可以使用 GraphAPI 上传图片。 put_object():
You can use the facebook provided Python SDK to upload photos using an oauth key.
Once you get the oauth key, you can upload a picture with GraphAPI.put_object():
不幸的是,Python SDK 现已停产。不会起作用。需要使用Javascript / PHP / iOS / Android API
Unfortunately, the Python SDK is discontinued now. Will not work. Need to use Javascript / PHP / iOS / Android APIs
Facebook Platform Python SDK 的新链接
http://pythonforfacebook.com
Fresh links of Facebook Platform Python SDK
http://pythonforfacebook.com
查看此库:https://github.com/facebook/python-sdk/
Checkout this library: https://github.com/facebook/python-sdk/