我正在尝试使 plusone 按钮在我的 android 应用程序中工作。
我这样做了:
m_plusClient = new PlusClient(this, this, this);
然后:
m_plusOneButton = (PlusOneButton) m_view.findViewById(R.id.plus_one_button);
m_plusOneButton.initialize(((SinglePlace)getActivity()).m_plusClient, url, 0);
按钮在那里,但是如果我单击它,它会显示一个不确定的进度条并且什么也不做。加客户端没有调用回调...