is it possible to create login with twitch and save the name, the avatar and the followers in a tinybd or firebase??
You need to use Twitch API | Twitch Developers
I will try thanks!
Can You say where I Can Place Auth/ID In api request URL
https://api.twitch.tv/
Authorization and Client ID require to be sent in header
Can You Please show me how to get Username And Profile Pic URL As Json Format ?
wait i will make a demo aia asap.
Thank You! I am Waiting…
Download AIA
KodularXTwitch.aia (6.1 KB)
Add https://twitch.tv in OAuth Redirect URLs ( Twitch Developer Console)
Add Your Client-ID here
Thank You Very Much ! But I Have replaced Client Id successfuly But App showing empty
response and data
Login required!
I AM Not Installed Twitch app in my device is it require?
Ah I Got It sorry Web page take too long to load slow connection…
I log in in web view but Access token and userdata are still empty?
wait i will post demo
from the documentation Authentication | Twitch Developers
Authentication involves:
- Registering your app to obtain a client ID and client secret.
- Getting a token. This includes specifying scopes, the permissions your app requires.
- Sending the token in your API request, to authenticate API requests.
Taifun
Demo Video of my AIA
@Tharusha_Thishakya
But In My device!
Have you added https://twitch.tv in your OAuth Redirect URLs (Twitch Developer Console)?