来自 Meteor js 服务器的推文
Tweet from Meteor js server
有没有人用 Meteor(仅应用程序身份验证)在服务器上发推文很幸运?当有新项目添加到集合中时,我想提供状态更新。我很好奇最好的方法是什么?有什么好的套餐可以推荐吗?
首先你需要有twitter的AccessToken到post,不管你是使用meteor twitter登录还是app-only认证。
这里有一些来自 Atmosphere 的库-
官方 Twitter OAuth 库 - 仅用于身份验证 - https://atmospherejs.com/meteor/twitter
和
这是 twitter 的 Npm 包装器,可用于身份验证和 posting 状态等 -
https://atmospherejs.com/cscottnet/twitter
有没有人用 Meteor(仅应用程序身份验证)在服务器上发推文很幸运?当有新项目添加到集合中时,我想提供状态更新。我很好奇最好的方法是什么?有什么好的套餐可以推荐吗?
首先你需要有twitter的AccessToken到post,不管你是使用meteor twitter登录还是app-only认证。
这里有一些来自 Atmosphere 的库-
官方 Twitter OAuth 库 - 仅用于身份验证 - https://atmospherejs.com/meteor/twitter
和
这是 twitter 的 Npm 包装器,可用于身份验证和 posting 状态等 - https://atmospherejs.com/cscottnet/twitter