Re: [Delicious-java-discuss] active?
Brought to you by:
czarneckid
From: <del...@li...> - 2006-05-17 15:13:17
|
The addPost method in the latest release (1.12 - just released about 20 min ago) has the following signature: public boolean addPost(String url, String description, String extended, String tags, Date date, boolean replace, boolean shared) So, you'd need to make a call like: boolean replace = true; boolean sent = delicious.addPost(p.getHref(), p.getDescription(), p.getExtended(), p.getTag(), p.getTime(), replace, true); On 5/17/06 11:04 AM, "del...@li..." <del...@li...> wrote: > Semantic Error: No applicable overload for a method with signature -- David Czarnecki http://www.blojsom.com/blog/ | http://blojsom.sf.net |