• Categories
  • Recent
  • Popular
  • Users
  • Search
  • FingerprintSwitcher
  • CustomServers
  • AutomationPlugins
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Bablosoft

Twitch login with token

Scheduled Pinned Locked Moved Support
17 Posts 9 Posters 2641 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    LongDong
    wrote on last edited by
    #7

    I also find the token with dev tool, but how can i use it to login ? any ideas ?

    1 Reply Last reply
    0
  • MetaferssanceM Offline
    MetaferssanceM Offline
    Metaferssance
    wrote on last edited by
    #8

    {"cookies":[{ "domain":".twitch.tv","name":"auth-token","value":"[[TOKEN]]"}]}

    Экшн "Загрузить куки"
    b1d0ea7b-3e81-49a9-8288-54bc9c48f433-image.png

    L B 2 Replies Last reply
    1
  • L Offline
    L Offline
    LongDong
    replied to Metaferssance on last edited by
    #9

    @Metaferssance Thanks i try it later when im home :)

    u also know how i can use this ?

    curl -X POST 'https://api.twitch.tv/helix/eventsub/subscriptions' \
    -H 'Authorization: Bearer 2gbdx6oar67tqtcmt49t3wpcgycthx' \
    -H 'Client-Id: wbmytr93xzw8zbg0p1izqyzzc5mbiz' \
    -H 'Content-Type: application/json' \
    -d '{"type":"channel.follow","version":"1","condition":{"broadcaster_user_id":"1234"},"transport":{"method":"webhook","callback":"https://example.com/callback","secret":"s3cre77890ab"}}' 
    
    MetaferssanceM T 2 Replies Last reply
    0
  • MetaferssanceM Offline
    MetaferssanceM Offline
    Metaferssance
    replied to LongDong on last edited by
    #10

    @LongDong Попробуй поискать исходники различных программ на github
    Возможно там будет код для подписок с помощью токенов
    И так же если тебе нужна авторизация в http-клиенте то это экшн 7ded23d1-3b76-49d5-9dc0-8a91dcfc382a-image.png
    "HTTP-Клиент Загрузить cookies"
    Ну и потом отправляешь нужный запрос с нужными данными на подписку, должно сработать.
    Советую поискать готовый код на гитхабе и адаптировать его под бас.

    1 Reply Last reply
    0
  • T Offline
    T Offline
    thepappo GURU BAS
    replied to LongDong on last edited by
    #11

    @LongDong said in Twitch login with token:

    @Metaferssance Thanks i try it later when im home :)

    u also know how i can use this ?

    curl -X POST 'https://api.twitch.tv/helix/eventsub/subscriptions' \
    -H 'Authorization: Bearer 2gbdx6oar67tqtcmt49t3wpcgycthx' \
    -H 'Client-Id: wbmytr93xzw8zbg0p1izqyzzc5mbiz' \
    -H 'Content-Type: application/json' \
    -d '{"type":"channel.follow","version":"1","condition":{"broadcaster_user_id":"1234"},"transport":{"method":"webhook","callback":"https://example.com/callback","secret":"s3cre77890ab"}}' 
    

    Send POST request with Content-Type "application/json", where following params are equal to args from curl:
    -d POST body
    -h - headers (you should send just Cliend-Id and Authorization headers)

    Авторегер outlook на запросах

    1 Reply Last reply
    0
  • B Offline
    B Offline
    Bennys
    replied to Metaferssance on last edited by
    #12

    @Metaferssance said in Twitch login with token:

    ]

    Thank you so much for the answer

    1 Reply Last reply
    0
  • G Offline
    G Offline
    gabechico06
    replied to Bennys on last edited by
    #13

    @Bennys has anyone found a method yet?

    MetaferssanceM 1 Reply Last reply
    0
  • NotWegantN Offline
    NotWegantN Offline
    NotWegant
    wrote on last edited by
    #14

    have you checked the cookies? most websites use the bearer token system,
    maybe there is something like a "auth_token" cookie, you can create it and paste a twitch token in it and reload page and maybe it'll login. For twitter it works like this, maybe it does the same for twitch

    Everything comes back one day, everything.

    1 Reply Last reply
    0
  • MetaferssanceM Offline
    MetaferssanceM Offline
    Metaferssance
    replied to gabechico06 on last edited by
    #15

    @gabechico06 На твич недавно защиту от подписок через обычные запросы добавили, просто так теперь они работать не будут, нужно спец токен генерировать

    F 1 Reply Last reply
    0
  • J Offline
    J Offline
    jalalabova
    wrote on last edited by
    #16

    You guys found out how to do this? I've been breaking my head on this issue

    1 Reply Last reply
    0
  • F Offline
    F Offline
    F1SD
    replied to Metaferssance on last edited by
    #17

    @Metaferssance Привет можешь подробнее рассказать что за спец токен и как его взять и где?

    1 Reply Last reply
    0

  • K

    How do I get access token?

    Scheduled Pinned Locked Moved Support post
    0 Votes
    1 Posts
    561 Views
    No one has replied
  • R

    How to add sessionid to cookie to login to instagram?

    Scheduled Pinned Locked Moved Support
    0 Votes
    1 Posts
    337 Views
    No one has replied
  • O

    How to login with API a site

    Scheduled Pinned Locked Moved Support api http requests
    0 Votes
    1 Posts
    459 Views
    No one has replied
  • D

    Twitch Ad how to detect ads in stream

    Scheduled Pinned Locked Moved Support
    0 Votes
    1 Posts
    514 Views
    No one has replied
  • O

    How to login Multiple Account

    Scheduled Pinned Locked Moved Support
    0 Votes
    1 Posts
    473 Views
    No one has replied
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Popular
  • Users
  • Search
  • FingerprintSwitcher
  • CustomServers
  • AutomationPlugins
  • Login

  • Don't have an account? Register

  • Login or register to search.