Get Reviews from ResellerRatings.com via JSON with OAuth in PHP
Store this command in a file named token.sh
(Replace CLIENT_ID and CLIENT_SECRET with your values available in your ResellerRatings dashboard)
curl --data "grant_type=client_credentials&client_id=<CLIENT_ID>&client_secret=<CLIENT_SECRET>" https://api...
anjanesh.dev1 min read