hemantrajput
Results
1
comments of
hemantrajput
correct implementation for destroy message method which is in compliance to the twitter api- ``` public void destroyMessage(Number id) { HashMap vars = new HashMap(); vars.put("id", ""+id); String page =...