Is there an easy way to update my Facebook status ("What's on your mind?" box) using Python code ?
|
feedback
|
protected by Will♦ Sep 22 '10 at 13:29
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
|
Check out PyFacebook which has a tutorial, from... Facebook! Blatantly ripped from the documentation on that page and untested, you'd probably do something like this:
| |||||||||
feedback
|
|
The Facebook Developers site for Python is a great place to start. You should be able to accomplish this with a REST call. | |||
feedback
|