Skip to content

Commit 10edfe6

Browse files
committed
Add multiple profile ids documentation
1 parent c3a6e0e commit 10edfe6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ export BUFFER_ACCESS_TOKEN="1/jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj" # (BufferApp OAu
4040
export BUFFER_PROFILE_ID="0" # (default of 0)
4141
```
4242

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+
4347
## Access Token Instructions
4448

4549
#### How to Get Started:

0 commit comments

Comments
 (0)