I've noticed a sync issue on the API. Although /posts/update will show an updated timestamp after a just-added bookmark, /posts/recent will not show the bookmark for some time -- sometimes on the order of a minute or two. Therefore, my application checks that the posts have been updated, sees this is so, grabs the recent bookmarks, misses the new one (since it's not there yet), and thinks it's been updated.
For example in the time that I've written this email, /posts/recent is still not showing a bookmark I just added. Is this a known issue? -- Justin R. Miller Code Sorcery Workshop http://codesorcery.net

