Thought I was going mad over the weekend – one minute the Posterous API was dragging back comments from my blog, and the next minute not.
It turned out that it wasn’t my rubbish Python that was to blame but an undocumented change to the Posterous API. Before it was:
/api/2/users/me/sites/primary/posts/44379151/comments
and now it’s:
/api/2/users/me/sites/primary/posts/postID/responses
…note “responses” rather than “comments” [...]
Archive : api
28th February 2011
22nd February 2010
I’ve been fiddling with this little tagging experiment, which I’m pretentiously calling the Warwickshire News Mine, for a couple of weeks now. Essentially the plan was to scrape a bunch of news stories from the Warwickshire County Council website, and see if they could be tagged up automatically.
Initially it was just meant to be an [...]