Search found 1 match

by spid
Thu May 26, 2005 7:12 am
Forum: Development
Topic: retrieve mylist via udp-api?
Replies: 2
Views: 1006

retrieve mylist via udp-api?

hi, i'm currently playing around with the udp-api, but somehow i don't get out how to retrieve the mylist-items i thought this would be enough: for(int i = 1; ; i++) { answer = sendMessage("MYLIST lid=" + i + "&s=mySessionKey"); if(answer.getId() == 321) { //got no-such-entry...