Skip to content

Instantly share code, notes, and snippets.

@sixinli
sixinli / test.py
Created June 1, 2013 14:43
post facebook status
import cookielib
import urllib
import urllib2
# set these to whatever your fb account is
fb_username = "your@facebook.login"
fb_password = "secretpassword"
class WebGamePlayer(object):