You are viewing a single comment's thread from:

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

in #utopian-io6 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.

Sort:  

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...