Login with an unsupported service (Tumblr)?

Is there a simple way to authenticate users with a service like Tumblr? It has OAuth but i’m not sure how to integrate it with Meteor. The guide specifies a Meteor.loginWith<ExternalService> and has Facebook, Github, and such, but how would you authenticate with an “unsupported” service like Tumblr?

Check out this article:

http://robfallows.github.io/2015/12/17/writing-an-oauth-2-handler.html

1 Like