Android-Market,一个类似 Facebook 的 API 来导出评论?
这是一种以 XML 形式导出用户在 Android Market 上留下的评论的方法吗?
在 Facebook 上,Graph API 可以提取评论:
“现在可以搜索和导出评论,以便开发人员和网站所有者可以突出显示最有趣的评论、对评论流进行分析、奖励热门评论者、搜索现有评论以及使用评论来例如,新闻网站可以突出显示最受欢迎的评论或显示一个信息图表,比较有关政治话题的“赞成”与“反对”讨论的数量。来源:http://developers.facebook.com/blog/post/490
在 Facebook 上,每个 URL 的评论都可以通过 Graph API 访问:
https://graph.facebook.com/comments/?ids={YOUR_URL}
仅供参考。 android-market 网站上发布了同样的问题: http://www.google.com/support/forum/p/Android+Market/thread?tid=68aba0273ccb35ca&hl=en
It is a way to export in XML the comments leaved by the users on the Android Market?
On Facebook the Graph API enables to pull comments:
"Comments can now be searched and exported so developers and website owners can highlight the most interesting comments, perform analysis on the comment stream, reward top commenters, search through existing comments, and use comments to improve SEO on their site. For example, a news site could highlight the most popular comments or display an info-graphic comparing the number of “pro” vs. “con” discussions created on a political topic." Source : http://developers.facebook.com/blog/post/490
On Facebook, comments for every URL can be accessed via the Graph API:
https://graph.facebook.com/comments/?ids={YOUR_URL}
FYI. Same question posted on the android-market website: http://www.google.com/support/forum/p/Android+Market/thread?tid=68aba0273ccb35ca&hl=en
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google 不向 Android Market 提供公共 API。最好的选择是尝试此处提供的非官方 API。使用风险由我们自己承担,可能随时损坏等。
Google does not provide a public API to the Android Market. Your best bet is to try the unoffical API available here. Use at our own risk, might break at any time, etc.