使用 pyfacebook 更新 Facebook 状态
使用 Python 更新 Facebook 状态 我正在使用这个答案来解决我的问题。 但这东西要求对应用程序进行身份验证,这是可以的。但每次我运行脚本时,它都会再次打开浏览器..我想要的是在我向应用程序授予所有权限后,在不打开浏览器的情况下静默发布它。
Update status Facebook using Python
I am using this answer to solve my problem.
But this thing asks to authenticate the app , that is ok. But every time I run the script it again opens the browser .. what I want is to post it silently without opening the browser once I have given all the permissions to the app.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PyFacebook 已弃用。使用新的 Oauth REST Api。
PyFacebook is deprecated. Use the new Oauth REST Api.