I rly need to learn how to read lol. I totally missed step 3. Now I got it working, thanks.
One more question - what’s this?
&state=[your provided unique token]
Do I need to pass this argument? It seems like it works fine even without it. It would be better for me to not generate unique id every time someone wants to log in, less trash in my database. It’s better to generate unique id when adding new user in database, after I got everything I need from API.