Omniauth Tumblr 设置:在哪里可以找到设置凭据?
我正在使用omniauth 从 facebook、twitter 和 tumblr 注册多个用户帐户。我成功建立了 Facebook 和 Twitter 的连接,但无法连接到 Tumblr。
github 上的 omniauth 主页 告诉我它确实可以与 Tumblr 配合使用,但没有向我提供任何相关文档这个提供商。
我不知道初始化程序/omniauth 文件必须使用什么凭据。我没有任何消费者密钥/秘密; Tumblr 甚至不提供这些密钥。
有人有想法吗?
I am using omniauth to register multiple user accounts from facebook, twitter and tumblr. I succesfully set up the connections to facebook and twitter, but i fail to connect to Tumblr.
The omniauth homepage on github tells me it does work with Tumblr, but does'nt supply me with any documentation on this provider.
I don't know what credentials i have to use for the initializers/omniauth file. I don't have any consumer keys/secret; Tumblr does not even supply these keys.
Ideas anyone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,Tumblr 确实具有正确的 oauth 2 身份验证。奇怪的是,他们设法隐藏了他们的应用程序注册页面。我无法在任何地方找到此页面,无法通过谷歌搜索“Tumblr 应用程序注册”或其他任何内容。他们甚至没有在任何 api 文档中提到它(顺便说一句,我发现它本身就很好)。看起来他们甚至不喜欢第 3 方应用程序?
最终我通过php认证教程找到了注册页面。我将其粘贴到此处以供将来参考:
http://www.tumblr.com/oauth/register
It turns out Tumblr does have proper oauth 2 authentication. Strangely they managed to hide their application registration page. I couldn't find this page anywhere, not by googling 'Tumblr app registration' or anything. They don't even mention it in any of their api documentation (which I found pretty good on itself btw). It almost look like they do not even like 3rd party apps?
Eventually i found the registration page trough a php authentication tutorial. I will paste it here for future reference:
http://www.tumblr.com/oauth/register