Skip to content
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

update more info link #118

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nodejs/src/oauth_scope.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Enum from 'enum';

// Enumerate the valid OAuth scopes.
// For details, see: https://developers.pinterest.com/docs/getting-started/scopes/
// For details, see: https://developers.pinterest.com/docs/getting-started/authentication-and-scopes/#pinterest-scopes
export const Scope = new Enum({
// scopes names that are compatible across different API versions
READ_ADS: 'ads:read',
Expand Down Expand Up @@ -56,5 +56,5 @@ Valid OAuth 2.0 scopes for Pinterest API version v5:
user_accounts:read Read access to user accounts

For more information, see:
https://developers.pinterest.com/docs/getting-started/scopes/`);
https://developers.pinterest.com/docs/getting-started/authentication-and-scopes/#pinterest-scopes`);
}
Loading