如何获得谷歌加通知算不算?算不算、如何获得、通知、谷歌加

由网友(默默的祝福)分享简介:我正在开发一个谷歌Chrome浏览器扩展,我想要检索的Google+通知计数当前用户,在后台运行的脚本。可能吗?我研究了Google+的API在 https://developers.google.com/+/api/ 但似乎目前还不支持。I'm developing a Google Chrome extensi...

我正在开发一个谷歌Chrome浏览器扩展,我想要检索的Google+通知计数当前用户,在后台运行的脚本。 可能吗?我研究了Google+的API在 https://developers.google.com/+/api/ 但似乎目前还不支持。

I'm developing a Google Chrome extension and I want to retrieve Google+ notifications count for current user, in a script running in the background. Is it possible? I studied the Google+ APIs at https://developers.google.com/+/api/ but it seems not supported yet.

这怎么可能呢检索计数值?我试着用(允许跨域)AJAX请求,但似乎在运行时生成通知价值,在JavaScript中。

How is it possible to retrieve the count value anyway? I tried with a (cross-domain permitted) AJAX request, but the notification value seems generated at runtime, in JavaScript.

推荐答案

你是正确的,有没有办法从官方的API访问通知或当前的通知数量。由于刮的网页是针对开发商的政策和结果在真脆集成,我建议你不要试图反向工程了。

You're correct that there's no way to access the notifications or the current notification count from the official API. Since scraping pages is against the developer policy, and results in really brittle integrations, I'd recommend against trying to reverse engineer it.

一个这个API 正在跟踪的平台问题跟踪。如果明星的问题时,它的更新会通知您。

A request for this API is being tracked in the platform issue tracker. If you star the issue you'll be notified when it's updated.

阅读全文

相关推荐

最新文章