Sunday, September 25, 2011

Easy Facebook Scripting in Python

Easy Facebook Scripting in Python: #python #facebook Sometimes you just want to write a little script using Facebook’s api that updates your status, or downloads all your photos, or deletes all those empty albums you accidentally created. In order to streamline my writing of one-off facebook scripts, I created a micro api client that implements the client-side authentication flow and has a few utility functions for accessing the graph api and fql.