originally posted in:BungieNetPlatform
View Entire Topic
Hey everyone. I'd like to get vendors info. Vendors are "attached" to characters, so I need to use characters for this. I could use my characters. I want to keep record of items sold by the vendors. I don't care about the differences from user to user -- I'm thinking about items that are the same for everyone, like whichs shaders and emblems Eva Levante is selling. So I can use my characters to crawl those items. I just need a way to do that. The endpoint (/platform/Destiny/{platform}/MyAccount/Character/{charId}/Vendors/) requires "WebAuthorization". I'm not sure how I can do that. Any cheap/bad way of doing it is welcome. Even if I need to get a cookie (manually login) each week or something... I just need a way! :)
Thanks in advance, Guardians
English
-
you can make a small app (web/desktop/mobile) that uses your cookies to do that (and ask for loging once the token is invalid) and process the data and push that to a place where your "REAL" app gets the data from. I kind of do this approach for the items definitions in my app, i push a file to DropBox and it has a public url that everyone can read.