espresto/reclaim-social-media

bookmarks mod only imports 10 items

Closed this issue · 3 comments

bookmarks mod (a delicious rss feed) only imports the 10 most recent items and ajax syncing fails with:
"Not a valid item count: false"

actually, the ajax sync seems to fail for all mods with this error.

it fails for all mods that don't yet have ajax sync implemented.
these have it implemented and work pretty well:

  • instagram
  • google+
  • moves
  • vine
  • foursquare

i'm working on twitter and facebook.
bookmark import is based on rss right now. if we want to get all bookmarks, we need to implement some API methods instead. pinboard and delicious actually offer a get all bookmarks call, but it needs to be implemented. (just getting 10 or 20 bookmarks at a time works fine for me right now, thats why i didn't bother yet.)

duplicates #109