Change the callback port to 2222 so that no sudo is needed.
This commit is contained in:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user