Rails 应用程序、gmail gem、xoauth:如何授予对特定应用程序的访问权限?
我有一个 Rails 应用程序,我想在其中使用 gmail gem 通过以下方式连接到 Google Apps 帐户XOauth 并检索电子邮件。我按照 gmail_xoauth 说明使用 xoauth.py 生成令牌的工具。这可以“匿名”访问我的 Google 帐户。我可以使用这些凭据通过 Rails 控制台进行连接。
我看到 gmail_xoauth gem 有 :consumer_key 和 :consumer_secret 选项。我对每一个都使用了“匿名”。但是,如果我的 Rails 应用程序要运行在 http://someapp.example.com 上,如何专门授予对此应用程序的访问权限而不使用“匿名”?
谢谢。
I have a Rails application in which I would like to use the gmail gem to connect to a Google Apps account via XOauth and retrieve emails. I followed the gmail_xoauth instructions using the xoauth.py tool to generate tokens. This gives "anonymous" access to my Google Account. I am able connect via my Rails console just fine using these credentials.
I see that the gmail_xoauth gem has options for :consumer_key and :consumer_secret. I used "anonymous" for each of these. But, if my Rails application is going to be running at, say, http://someapp.example.com, how do I grant access to this application specifically and not use "anonymous"?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论