This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
Chrome Extension store API instructions are outdated #4229
Labels
bug
Something on the site is broken!
content update
extensions
Issues related to extensions documentation.
P2
A normal priority task. This is the default for most issues.
transferred
Describe the bug
The API instructions point to using an out-of-band api for retrieving an access token. OOB is deprecated and unusable now for new users.
The document here points users to entering a URL with the
oob
flag in the URL:https://github.com/GoogleChrome/developer.chrome.com//blob/main/site/en/docs/webstore/using_webstore_api/index.md
Under "Testing your OAuth application".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
An access token should be provided. Instead there is a deprecation error. The current instructions should be updated to reflect this reality.
The text was updated successfully, but these errors were encountered: