mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
instagram: add fetching using bearer token (#487)
for total of SEVEN methods of getting post info, i cannot bear this anymore also prevent repetitive oembed pulling
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
"instagram": [
|
||||
"mid=<replace>; ig_did=<with>; csrftoken=<your>; ds_user_id=<own>; sessionid=<cookies>"
|
||||
],
|
||||
"instagram_bearer": [
|
||||
"token=<token_with_no_bearer_in_front>", "token=IGT:2:<looks_like_this>"
|
||||
],
|
||||
"reddit": [
|
||||
"client_id=<replace_this>; client_secret=<replace_this>; refresh_token=<replace_this>"
|
||||
],
|
||||
|
Reference in New Issue
Block a user