originally posted in:BungieNetPlatform
Hello fellow Devs!
I am trying to get a players inventory with, http://www.bungie.net/Platform/Destiny/{membershipType}/Account/{destinyMembershipId}/Character/{characterId}/Inventory/, but the information I recieve only has items that are equipped. How would I get the all the weapons and armor that a player has?
Thanks,
Dystinct Vertex :)
-
For that you need to authenticate in order to have access to the full inventory of the player (Guardians/Vault) Here it is some code to log in for Android: http://pastebin.com/9NPESD6R
-
For privacy reasons, this scenario is not one that we support (i.e. viewing non-equipped items on a non-self character).