diff --git a/Bridge_API/BridgeAbstract.html b/Bridge_API/BridgeAbstract.html index f6e7b2aa..af2aaa9d 100644 --- a/Bridge_API/BridgeAbstract.html +++ b/Bridge_API/BridgeAbstract.html @@ -93,7 +93,7 @@
session id
and ds_user_id
.
+The following steps describe how to get the session id
and ds user id
using a Chromium-based browser.In the new frame open the “Headers” tab and scroll to “Request Headers”
There will be a cookie param will lots of <key>=<value>;
text. You need the value of the “sessionid” key. Copy it.
There will be a cookie param will lots of <key>=<value>;
text. You need the value of the “sessionid” and “ds_user_id” keys. Copy them.
[InstagramBridge]
session_id = %sessionid from step 1%
+ds_user_id = %ds_user_id from step 1%
cache_timeout = %cache timeout in seconds%
The bigger the cache_timeout value, the smaller the chance for RSS-Bridge to throw 429 errors. diff --git a/Bridge_Specific/TwitterV2.html b/Bridge_Specific/TwitterV2.html index 24e84a9a..fd901d0b 100644 --- a/Bridge_Specific/TwitterV2.html +++ b/Bridge_Specific/TwitterV2.html @@ -93,7 +93,7 @@