Skip to main content
sdk = SDK(APP_KEY, APP_SECRET, SERVER)
platform = sdk.platform()
platform.login(USERNAME, EXTENSION, PASSWORD)

Well, most probably one or more params is invalid. What is behind the SERVER, sandbox account or production account? Then app_id and app_secret must be the ones for the selected account type. Then username must be an existing user in the selected account.


Reply