Updating FaceBook

Cecil Westerhof Cecil at decebal.nl
Mon May 4 16:12:08 EDT 2015


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



More information about the Python-list mailing list