If I run the following code 10 times in a row, it will work about half the time and fail the rest. Anyone know why?
import urllib2, cookielib, re, os, sys c
Maybe Facebook limits the maximum number of login attempts per minute. It's just a guess.