}
@Category(RealAPITests.class)
@Test
public void signinWithFacebook() throws Exception {
CookieHandler.setDefault(new ListCookieHandler());
Facebook facebook = new FacebookFactory().getInstance();
HttpClientImpl http = new HttpClientImpl();
HttpResponse response;