Esempio n. 1
0
 public void signIn() throws IOException {
   String profile =
       Loader.Load(
           Constants.LOGIN_BASE_URL
               + Constants.EMAIL
               + "="
               + getEmail()
               + "&"
               + Constants.PASSWORD
               + "="
               + getPassword());
   extractProfile(profile);
 }