-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Medium integration possible? #392
Comments
I've started looking: the API is well documented at http://www.programmableweb.com/api/medium Not that I'm going to be able to write the code. |
That's absolutely possible, Medium provides a set of REST Publish API and OAuth 2.0 for authentication. As we are bringing GitHub Page (REST API) to OLW, it should be easy to port Medium. |
If someone can guide me, I can give it a shot. 🙏 |
I have a question. The Medium API docs only describe how to use it in a browser based app, and therefore suggesting the redirection based authentication. But, how do we implement that in a non-browser app like OLW. This seems to be a problem. Another way of authenticating is via an integration token, which the user has to explicitly obtains form the website and paste in OLW. Even though, it works just fine, but it does not allow implicit OAuth flow. So, how should we proceed? Update: I went through the docs and, I guess there is no other way, except to use self-issued token(integration tokens). So, I'll proceed with it. |
Just thinking, medium.com is a popular blogging platform right now and it also has an API. Is something possible?
Note: I'm sorry if this sounds crazy but I don't know anything about this project.
The text was updated successfully, but these errors were encountered: