RE: Tutorial: OAuth2 Access Tokens and Refresh Tokens with Steemconnect

You are viewing a single comment's thread from:

Tutorial: OAuth2 Access Tokens and Refresh Tokens with Steemconnect

in utopian-io •  6 years ago  (edited)

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/tokenJSON response was valid? Do you have that? I just want to verify the structure.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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!

Loading...