You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand for now applications are deprecated.
Support reply:
We don't allow any new integrations with our API.
The Medium API is only available for an integration token for use with third-party writing applications, such as:
iA Writer
Ulysses
It's still required to pass app_id, app_secret when creating an SDK client:
function MediumClient(options) {
this._enforce(options, ['clientId', 'clientSecret'])
Can you clarify, how can we use this SDK based just on personal access token?
The text was updated successfully, but these errors were encountered:
Hello,
Before I was using medium sdk as the following:
As I understand for now applications are deprecated.
Support reply:
It's still required to pass app_id, app_secret when creating an SDK client:
Can you clarify, how can we use this SDK based just on personal access token?
The text was updated successfully, but these errors were encountered: