Skip to main content
Question

OAU-213 after refresh token when renew subcription

  • July 21, 2020
  • 1 reply
  • 386 views

I using PHP code to refresh Token before token expires 1 day.

After refresh token, I save new token and new refresh token to Database.

I use this token to renew Webhook Subscription (subcription created via token Auth $platform->auth()->data()) , but this have error:

Array (    [errorCode] => TokenInvalid    [message] => Token not found    [errors] => Array        (            [0] => Array                (                    [errorCode] => OAU-213                    [message] => Token not found                )         ) 
)

This is code:

Please help me check.

1 reply

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • 2315 replies
  • July 21, 2020

Can you do a quick test.

1. Use the new access token to read your webhook subscription

2. Use the new access token to delete the existing access token

3. Use the new access token to create a new access token instead of renew the existing one

4. Use the new access token to read the extension info

Let me know which one works and which one does not work


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings