@Override
protected Map<String, String> getParams() throws AuthFailureError {
Map<String, ArrayList<String>> map = new HashMap<String,ArrayList<String>>();
map.put("title",interest);
return map;
}
};
I am trying this way but I know this is possible only for string
not arraylist