Skip to main content

Home/ Diigo Community/ API request with multiple tags
Chris Lott

API request with multiple tags - 29 views

json api help application programming interface

started by Chris Lott on 22 Feb 09
  • Chris Lott
     
    I'm having a bit of a problem with the API. Retrieval of a single tag works fine:

    http://api2.diigo.com/bookmarks?set=1&users=chrisl&tags=artlinks&rows=100&sort=0

    but multiple tags, which the docs say are supported, returns nothing:

    http://api2.diigo.com/bookmarks?set=1&users=chrisl&tags=artlinks,lifelinks&rows=100&sort=0

    I tried urlencoding the comma between the tags, same result. For now I'm working around it by looping and collecting for each tag, but that's a pain because of throttling so as not to hit the Diigo server too quickly with each, etc.

To Top

Start a New Topic » « Back to the Diigo Community group