I added a feature where the user can like a review but when I re-load the book during a later session the voted field is still false. The return from a successful vote to rating/new_review?format=xml&resource_id, etc returns the vote flag properly but new calls that retrieve the review do not.
So if I call /book/show/{0}.xml the voted flag for the review I just voted on is false.
Also, less important but still curious... is there a delay to when the "like count" will get bumped? I noticed that the goodreads.com site and the xml both don't update the #. At least not in the 15 minutes I've been checking.
So if I call /book/show/{0}.xml the voted flag for the review I just voted on is false.
Also, less important but still curious... is there a delay to when the "like count" will get bumped? I noticed that the goodreads.com site and the xml both don't update the #. At least not in the 15 minutes I've been checking.
Thanks!