如何在谷歌加+1使用Android应用程序?

时间:2013-12-26 05:06:27

标签: android google-plus google-plus-one

我们正在开发一款Android应用,它需要具有类似的功能,在Google Plus中应为+1。我们尝试使用Google developer site,但它说的是网址:

private static final int PLUS_ONE_REQUEST_CODE = 0;

protected void onResume() {
super.onResume();
// Refresh the state of the +1 button each time the activity receives focus.
mPlusOneButton.initialize(URL, PLUS_ONE_REQUEST_CODE);
}

此处的URL指的是网页或网站的链接。现在我们希望得到一个帖子。我们有什么方法可以这样做吗?

3 个答案:

答案 0 :(得分:1)

你不能,至少在发布时,喜欢或+1使用API​​的帖子:这是文档:

Google+ API Frequently Asked Questions

答案 1 :(得分:0)

你在这里提到什么类型的帖子?如果我们接受此问题URL,请将此网址放在mPlusOneButton.initialize(**URL HERE**, PLUS_ONE_REQUEST_CODE);

答案 2 :(得分:0)

这可能会对你有所帮助。试试这个网址。

private static final String URL = "https://play.google.com/store/apps/details?id=yourPackageName";

您还应该看到链接https://developers.google.com/+/mobile/android/app-activities