Tag: google plus

使用google_api_client gem在用户的Feed上看不到Google +时刻

我正在尝试使用google api客户端发布到用户的流,我使用下面提到的代码 require ‘google/api_client’ require ‘google/api_client/client_secrets’ require ‘google/api_client/auth/installed_app’ client = Google::APIClient.new client.authorization.client_id = CLIENT_ID client.authorization.client_secret = CLIENT_SECRET client.authorization.access_token = USER_ACCESS_TOKEN plus = client.discovered_api(‘plus’, ‘v1’) moment = { :type => ‘http://schemas.google.com/AddActivity’, :target => { :id => Time.now.to_i.to_s, :description => ‘well this is it’, :name => ‘Well this is it’ } } req_opts = { :api_method => […]

自定义google plus url默认评论

使用谷歌加共享链接时,是否可以默认添加评论? url如下 https://plusone.google.com/_/+1/confirm?hl=en&url=URL_TO_SHARE 我已经trieid添加&message = MESSAGE但这没有帮助。 还尝试过评论和文字