We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a6e0e commit 10edfe6Copy full SHA for 10edfe6
1 file changed
README.md
@@ -40,6 +40,10 @@ export BUFFER_ACCESS_TOKEN="1/jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj" # (BufferApp OAu
40
export BUFFER_PROFILE_ID="0" # (default of 0)
41
```
42
43
+If you wish to post to multiple ids from the commandline, BUFFER_PROFILE_ID accepts a
44
+comma delimited array of integers, ie `BUFFER_PROFILE_ID="0,1"`. This will post to both
45
+0 and 1 index in your profiles list.
46
+
47
## Access Token Instructions
48
49
#### How to Get Started:
0 commit comments