示例#1
0
 public Set<String> getSuggestedTags(String url) {
   Suggestion suggestion = delicious.getSuggestion(url);
   Set<String> tags = suggestion.getSetOfPopularAndRecommendedTags();
   return tags;
 }