Login to Facebook with Jsoup and proper cookies - Stack Overflow

You can see a example here: How to Login on Facebook w/ Jsoup public static void main(String[] args) { Response req; try { String userAgent = "Mozilla/5.0 ...

Lee mas