You used https://v2.steemconnect.com/oauth2/authorize?client_id=appname&response_type=code&redirect_uri=https%3A%2F%2Fappname.herokuapp.com%2F&scope=vote
? It returned a code
in the query string, and that's what you're using for code
, right?
The POST
to /api/oauth2/token
JSON response was valid? Do you have that? I just want to verify the structure.
I did use the url. Callback url went to:
http://localhost:3000/customize?code=longcodeherebutpopulatedwithactualcode
I am having difficulty debugging in express, and my console.log statements aren't working, so I have no way to tell if the response was valid. Thanks for the quick response!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit