From a154bb33c22b807b2160f69493fae764e9098ee2 Mon Sep 17 00:00:00 2001 From: Asif Iqbal <53791765+muasiq@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:48:21 +0600 Subject: [PATCH] Update readme.md added a step by step instruction to get the token_v2 --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2fe537bd..f22857a6 100644 --- a/readme.md +++ b/readme.md @@ -59,7 +59,9 @@ To get your blog index value, open Notion and Navigate to the Notion page with t - the URL, if the URL of your page is https://www.notion.so/Blog-S5qv1QbUzM1wxm3H3SZRQkupi7XjXTul then your `BLOG_INDEX_ID` is `S5qv1QbU-zM1w-xm3H-3SZR-Qkupi7XjXTul` - the `loadPageChunk` request, if you open your developer console and go to the network tab then reload the page you should see a request for `loadPageChunk` and in the request payload you should see a `pageId` and that is your `BLOG_INDEX_ID` -To get your Notion token, open Notion and look for the `token_v2` cookie. +To get your Notion token, open Notion look for the `token_v2` cookie. +If you are using chrome then open Notion, right click and go to inspect > Application > Cookies > https://www.notion.so then look for the `token_v2` cookie. + ## Creating Blog Posts