Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

OAuth 2.0 Python example #1384

Open BeppeTemp opened 3 years ago

BeppeTemp commented 3 years ago

Happy New Year everyone, can anyone kindly provide an example of authentication via OAuth 2.0 in Python?

nandor-code commented 3 years ago

All the relevant examples can be found here: https://github.com/Bungie-net/api/wiki/OAuth-Documentation

As a CS grad student, this should be a fairly easy exercise for you to convert to code.

joshhunt commented 3 years ago

@BeppeTemp I would recommend you check out https://lowlidev.com.au/destiny/authentication-2

It steps through all the HTTP requests you need to make for oauth