I used the new style to request recent changes, i.e.
http://en.wikipedia.org/w/api.php?action=query&list=recentchanges&co...
and then I simply copied the information <continue continue="-||" rccontinue="2013-04-02T10:26:26Z|567310672" />
to request the prev changes:
http://en.wikipedia.org/w/api.php?action=query&list=recentchanges&co... -||&rccontinue=2013-04-02T10:26:26Z|567310672
However, the results returned to me were not the correct rcid from 567310672
Is there anything wrong?
Thanks.
On Tue, Apr 2, 2013 at 6:30 AM, Liu Chenheng liuchenheng@gmail.com wrote:
Is there anything wrong?
At first glance it appears to be a bug in the new "rccontinue" parameter handling. Looking into it now.
On Tue, Apr 2, 2013 at 9:49 AM, Brad Jorsch bjorsch@wikimedia.org wrote:
On Tue, Apr 2, 2013 at 6:30 AM, Liu Chenheng liuchenheng@gmail.com wrote:
Is there anything wrong?
At first glance it appears to be a bug in the new "rccontinue" parameter handling. Looking into it now.
Bug 46787.[1]
[1]: https://bugzilla.wikimedia.org/show_bug.cgi?id=46787
mediawiki-api@lists.wikimedia.org