Reputation: 644
I am trying to use Chrome Web Store API and I have followed this link https://developer.chrome.com/webstore/using_webstore_api
But after creating application on developers console I am not getting client secret which is used to get the access token.
Please help me in finding the SECRET TOKEN.
Thanks in advance.
Upvotes: 0
Views: 944
Reputation: 644
Got the solution by simply passing the client secret blank in the request.
Upvotes: 2