README.md in trollolo-0.0.8 vs README.md in trollolo-0.0.9
- old
+ new
@@ -38,19 +38,23 @@
developer_public_key: 87349873487ef8732487234
member_token: 87345897238957a29835789b2374580927f3589072398579820345
```
These values have to be set with the personal access data for the Trello API
-and the id of the board, which is processed.
+and the personal access token of the application, which has to be generated.
For creating a developer key go to the
[Developer API Keys](https://trello.com/1/appKey/generate) page on Trello. It's
the key in the first box.
-For creating a member token use the following URL, replacing `applicationkey` by
+For creating a member token use the following URL, replacing `...` by
the key you obtained in the first step.
- https://trello.com/1/authorize?key=applicationkey&name=trollolo&expiration=never&response_type=token
+ https://trello.com/1/authorize?key=...&name=trollolo&expiration=never&response_type=token
+
+To create a member token for the `set-priority` command use this URL instead:
+
+ https://trello.com/1/connect?key=...&name=trollolo&response_type=token&scope=read,write
The board id is the cryptic string in the URL of your board.
## Creating burndown charts