Skip to content

oauth2api.get_application_token does not accept my scopes #12

@Katze719

Description

@Katze719
credential = credentialutil.load('ebay-config.yaml')

env_type = "production"
scopes = ["https://api.ebay.com/oauth/api_scope", "https://api.ebay.com/oauth/api_scope/buy.item.feed"]

application_token = oauth2api.get_application_token(env_type, scopes)

when i try to execute this code, i get:
application_token = oauth2api.get_application_token(env_type, scopes)
TypeError: oauth2api.get_application_token() missing 1 required positional argument: 'scopes'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions