Ejemplo n.º 1
0
 /** unsubscribe to thread. */
 public void unsubscribe() {
   try {
     MySoup.pressLink(
         "userhistory.php?action=thread_subscribe&topicid="
             + getTopicId().intValue()
             + "&auth="
             + MySoup.getAuthKey());
     System.out.println("Unsubscribed");
   } catch (Exception e) {
     // TODO Auto-generated catch block
     e.printStackTrace();
   }
 }