如何从Android中的Google plus帐户主页获取所有数据?

时间:2012-09-14 08:16:37

标签: android

如何在Android主页的Google Plus帐户中获取朋友方发送的所有帖子? 我正在使用

  1. google-api-client-1.6.0-beta.jar
  2. google-api-services-plus-v1-1.3.0-beta.jar
  3. google-http-client-1.6.0-beta.jar
  4. google-oath-client-1.6.0-beta.jar等。
  5. 但是使用这些我只能得到所有用户个人资料的信息。我跟着this& this链接但无法获取任何代码,以便从朋友发布的主页上获取帖子。所以请建议任何合适的api或任何链接或此查询的网址是什么?提前感谢!

    是的,我尝试过这些网络服务:

    https://www.googleapis.com/auth/plus.me,"https://www.googleapis.com/plus/v1/"+ "activities?query=cookie%20recipes&orderBy=best"+ "&key=" + API_KEY;https://plus.google.com/account id/posts.
    

    我不知道此查询需要哪个Web服务。

0 个答案:

没有答案