ilesinge / scuttloid

Semantic Scuttle android client.
GNU General Public License v3.0
14 stars 3 forks source link

Wrong tag separator in Delicious.com API #17

Open ilesinge opened 10 years ago

ilesinge commented 10 years ago

According to the documentation ( https://github.com/SciDevs/delicious-api/blob/master/api/posts.md ), commas should be used to separate tags in POST operations on posts. We use spaces, so Semantic Scuttle correctly parse tags.

So when using Scuttloid against Delicious, tags are incorrectly parsed and a single tag is always used, containing the full string (ex: "bookmark tool online").

pascalfree commented 10 years ago

Fixed this in the comma-separated branch. Delicious is detected and spaces are replaced by commas in that case.