Hi, I am trying to use cuRL commands in order to perform the OAuth Authorization code flow. Below is the command I am trying I have set the redirect uri in my application to localhost:8888 yet when i run the below command nothing happens. curl -G "https://authz.constantcontact.com/oauth2/default/v1/authorize" --data-urlencode "client_id=0ff67e90-183d-47a5-a011-9cb25ea51a55" --data-urlencode "redirect_uri=http://localhost:8888" --data-urlencode "response_type=code" --data-urlencode "scope=contact_data campaign_data offline_access" --data-urlencode "state=235o250eddsdff"
... View more