开发者

programmatically update facebook status [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 8 years ago.

开发者_开发技巧 Improve this question

Is there a Python program where you can post a status update without going to the website itself?

Where or how do i get started?


You would wanna get started here, https://github.com/facebook/python-sdk

unless there's a library I don't know about.


You can checkout my fork of the python sdk. It's customized to work better with django. You can check here on how to use it to authenticate a user.

After that you can use the python sdk to post a news entry.

 fb.put_wall_post("hello")

Or do it yourself, it's only a matter of doing a POST request to http://graph.facebook.com/FBID/feed where FBID is the ID of the page or profile you want to publish to, more info in the facebook doc.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜