Update Facebooks Status using Python

前端 未结 2 1944
我在风中等你
我在风中等你 2021-01-14 09:56

Is there an easy way to update my Facebook status (\"What\'s on your mind?\" box) using Python code ?

2条回答
  •  失恋的感觉
    2021-01-14 10:08

    The Facebook Developers site for Python is a great place to start. You should be able to accomplish this with a REST call.

    http://wiki.developers.facebook.com/index.php/Python

提交回复
热议问题