如何使用Oauth在我的Google+时间轴上发布

问题描述:

是否可以使用Oauth从外部Web应用程序中发布内容.

Is it possible to post something, from external Web-Application using Oauth.

例如url:users/me/post?text = .......& token = received_token_from_google_oauth.

For example url: users/me/post?text=.......&token=received_token_from_google_oauth.

Google+ API不允许您对用户流进行写访问.

The Google+ APIs do not give you write access to a user's stream.