Re: [Delicious-java-discuss] active?
Brought to you by:
czarneckid
From: <del...@li...> - 2006-05-17 15:04:25
|
Ha. That would explain the lack of an archive! Thanks for the response. I am trying to modify a post object and the use the addPost() method to upload the changes I've made. This is the code I'm using for addPost(), where p is a post object: boolean replace =3D true; boolean sent =3D delicious.addPost(p.getHref(), p.getDescription(), p.getExtended(), p.getTag(), p.getTime(),replace); This is the error I'm receiving: Semantic Error: No applicable overload for a method with signature "addPost(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean)" was found in type "del.icio.us.Delicious". Perhaps you wanted the overloaded version "boolean addPost(java.lang.String $1, java.lang.String $2, java.lang.String $3, java.lang.String $4, java.util.Date $5, boolean $6);" instead? I am relatively new to using libraries so I suspect there is something I'm missing here. Thanks in advance. steve On 08/05/06, del...@li... <del...@li...> wrote: > Steve- > > You could be the first post to the list which is why it's not archived. W= hat > error are you seeing with addPost? > > |