Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #89934 > unrolled thread
| Started by | Cecil Westerhof <Cecil@decebal.nl> |
|---|---|
| First post | 2015-05-04 22:12 +0200 |
| Last post | 2015-05-04 22:12 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Updating FaceBook Cecil Westerhof <Cecil@decebal.nl> - 2015-05-04 22:12 +0200
| From | Cecil Westerhof <Cecil@decebal.nl> |
|---|---|
| Date | 2015-05-04 22:12 +0200 |
| Subject | Updating FaceBook |
| Message-ID | <87383chzl3.fsf@Equus.decebal.nl> |
Using Python to update Twitter is reasonable straight forward.
I do:
from libturpial.api.core import Core
from libturpial.exceptions import StatusDuplicated
I fill an account_id and a message and I do:
Core().update_status(account_id, message)
And my message is posted.
It looks like there is not something like that for FaceBook. I found:
https://github.com/pythonforfacebook/facebook-sdk
but that looks not easy to implement. Is there an easier way?
In the past you could send an email, but that seems not to work
anymore.
--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
Back to top | Article view | comp.lang.python
csiph-web