espresto / reclaim-social-media

reclaim your stuff from social media silos
GNU General Public License v2.0
47 stars 10 forks source link

bookmarks mod only imports 10 items #110

Closed muesli closed 10 years ago

muesli commented 10 years ago

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

muesli commented 10 years ago

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

diplix commented 10 years ago

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

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.)

diplix commented 10 years ago

duplicates #109