Change the callback port to 2222 so that no sudo is needed.

This commit is contained in:
2024-05-09 16:22:18 -05:00
parent 327c993fff
commit a0f1895e6c
5 changed files with 18 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/bash
#set -x
mkdir -p temp
curl -s -X POST https://api.schwabapi.com/v1/oauth/token \
-H "Authorization: Basic $(<appCredentials.dat)" \
-H 'Content-Type: application/x-www-form-urlencoded' \