originally posted in:BungieNetPlatform
View Entire Topic
I have an editText for the username and a switcher to select the platform.
XBL being 1 and PSN being 2.
I can easily make the URL but in chrome it asks for an API KEY (which I have). But I do not know what to do with this key.
Where do I put it in the URL etc... I want a tutorial to explain how to make quick interactions with the Bungie API to get specific experience levels for factions.
-
For example I would setup methods so I could easily call them: String mId = getMembershipIdByUsername(username, 1);