originally posted in:BungieNetPlatform
View Entire Topic
I'm looking to write an Android app that needs to know what the vendors are selling but I have no idea how to start. Is there a tutorial I'm missing? I have an API key but I don't know where to put it to get any queries to work.
I found this:
http://www.bungie.net/platform/Destiny/[membershiptype]/MyAccount/Character/[characterid]/Vendors/
but I can't get it to tell me anything beyond "please login" when I supply a membership type and character ID.
Any help is greatly appreciated. Ideally I'd like to know how to get the above query to work, and if I could also be directed toward some tutorials on how one might perform a query inside an Android app and and parse its information it would be amazing. I have written Android apps before, I'm just not sure what library I should use to perform queries.
English
-
If you're getting the login message it means you're trying to access non-public endpoints. There is currently no way to do that without getting hold of a user's cookies. There's more information about how to use the key [url=https://www.bungie.net/en/Clan/Post/39966/85087279/0/0]here[/url].