Search code examples
oauthyodlee

Yodlee Fastlink Token Rejected


When making a call to get the Yodlee Fastlink form I keep getting redirected to a URL with parameters oauth_error_problem=token_rejected and oauth_error_code=413. I am generating the user token via the recommended OAuthAccessTokenManagementService.getOAuthAccessToken call immediately before creating the oauth signature and substituting them into their respective positions of the sample url as outlined here Fastlink Integration Guide. I am using a token generated for an account in the Private Zone, is there a separate base url that I should be using for fastlink, like there is for other REST calls? Also, is there a list of oauth-related error codes and explanations? The error codes section under FAQ does not include references to this code in particular or anything else related to oauth.


Solution

  • You are getting this error as you are using the wrong URL to connect to FastLink for the specified token.

    is there a separate base url that I should be using for fastlink, like there is for other REST calls?

    Yes, the base URL for your private zone will be different than the one on the developer portal. Please contact your account manager to get the correct FastLink URL.

    is there a list of oauth-related error codes and explanations?

    Right now there is no documentation on the ouath error codes. We will take this as feedback and will have documentation around it.