Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #89934
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.tele2net.at!news.panservice.it!feed.xsnews.nl!border01.ams.xsnews.nl!feeder04.ams.xsnews.nl!abp002.ams.xsnews.nl!frontend-F10-13.ams.news.kpn.nl |
|---|---|
| From | Cecil Westerhof <Cecil@decebal.nl> |
| Newsgroups | comp.lang.python |
| Subject | Updating FaceBook |
| Organization | Decebal Computing |
| X-Face | "(y8cC@tg_12{">GF'UXTW]FHI2wMiZNrnf'1EFQ&O#$m:f#O7+7}kR<J%a^F2lh4[N~Yz4 nSp#c+aQo1b5=?HcNEkQ7QzF<])O3X4MDL/AYjys&*mt>,v+Pti8=Vi/Z"g^?b"E |
| X-Homepage | http://www.decebal.nl/ |
| Date | Mon, 04 May 2015 22:12:08 +0200 |
| Message-ID | <87383chzl3.fsf@Equus.decebal.nl> (permalink) |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
| Cancel-Lock | sha1:rqKwb2sS775juWNvfUtcX4zqoJY= |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| Lines | 21 |
| NNTP-Posting-Host | 81.207.62.244 |
| X-Trace | 1430771329 news.kpn.nl 21139 81.207.62.244@kpn/81.207.62.244:53152 |
| Xref | csiph.com comp.lang.python:89934 |
Show key headers only | View raw
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Updating FaceBook Cecil Westerhof <Cecil@decebal.nl> - 2015-05-04 22:12 +0200
csiph-web