Google Plus使用NodeJS共享

时间:2015-08-01 04:59:26

标签: node.js google-plus google-api-nodejs-client

我想在我的网站上分享谷歌加上一些数据。 Facebook和Twitter使用NodeJS完成(使用npm twit和fb)。在FB

 var FB = require('fb'); 
 FB.api('me/feed', 'post', { message: "something"}, function (result) {
 }

并在twitter中

 var Twit = require('twit');
 T.post('statuses/update', { status: "something" }, function(err, data, response) {}

但我坚持使用Google Plus。我不知道如何使用NodeJS来做到这一点。请帮我。 在此先感谢。

0 个答案:

没有答案