2012-08-16 64 views
6

这是我的网址的样子是:谷歌阅读器API会标所有项目作为阅读

https://www.google.com/reader/api/0/mark-all-as-read?s=http://www.campionatoseriea.net&ts=1345114937 

我不明白为什么这是行不通的!我登录成功。

*编辑*

https://www.google.com/reader/api/0/mark-all-as-read?s=feed/http://www.campionatoseriea.net/feed&ts=1346843394 

我也试过这个查询,但它不工作!

回答

3

尝试包括令牌参数(T)。

https://www.google.com/reader/api/0/mark-all-as-read?s=feed/http://www.campionatoseriea.net/feed&ts=1346843394&T=//cDr2ct8ynZS2I-P4x4cn1A

This document介绍了如何获得令牌。

+0

它的作品!非常感谢! – 2012-09-17 17:11:12

+0

再见Google阅读器。 – TheBlueCat 2013-07-02 19:47:16

1
?s=http://www.campionatoseriea.net 

在s中,您必须传递提要ID,而不是url。这里是例子:

?s=feed/http://www.gsmarena.com/rss-news-reviews.php3 
+0

看我的编辑在我的问题 – 2012-09-05 10:59:39