originally posted in:BungieNetPlatform
The only way to get the cookies you need is to log in to bungie.net in the same way you do already with a browser, which means you can't build your own login form.
English
-
Good to know, but is there any chance I could get the kind of example I asked for? Learning specifics about a single part when I don't know what the parts are isn't what I was hoping for.
-
For performing authentication there's an example [url=https://www.bungie.net/en/Clan/Post/39966/106896643/0/0]here[/url]. For querying the API, it's just a matter of sending a HTTP request to a given endpoint such as those documented [url=https://www.bungie.net/en/Clan/Post/39966/85087279/0/0]here[/url]. It's tough to give an answer for anything more specific without knowing which kind of environment (ie. language) you're working with.
-
Thank you very much for the link to the authentication example, that's exactly the kind of thing I'm hoping for. I will be coding in Java (an Android app to be more specific).