originally posted in:BungieNetPlatform
View Entire Topic
Hello everyone, i made an application for my forum, anyway since 8/7/2016 and couldn't get any info at all(NULL), but after browsing this forum i noticed that there are several updates happened,
i am using this call :
http://www.bungie.net/Platform/Destiny/Advisors/?definitions=true
and after reading some topics here i made it this way :
https://www.bungie.net/Platform/Destiny/Advisors/V2/
but still give me "NULL, so i went to http://bungienetplatform.wikia.com/wiki/Getting_Started
but the same thing, it give me NULL
you may think it like this:
[spoiler]{
"Response": null,
"ErrorCode": 0,
"ThrottleSeconds": 0,
"ErrorStatus": null,
"Message": null,
"MessageData": null
}[/spoiler]
but it is like this :
[spoiler]NULL[/spoiler]
nothing at all, i checked my api key and it is the same.
so i decided to try the website ( a user in this forum has made a website using angularjs and you can try all functions in real time), but i lost the url, and could not find it with search, so if anyone still remember that website please comment it below.
My Regards.
[b][u]UPDATE:[/u][/b] after hours of searching i only found this :
https://www.bungie.net/en-us/Clan/Post/39966/176076793/0/0
but it is no longer working and the last update in github is 8 months ago
[u][b]UPDATE 2:[/b][/u] i just changed tha HTTP protocol to HTTPS on my hoster server, but it still give me NULL on my local machine, i first thought because the key is allowed from one ip, but after trying it on "http://destinydevs.github.io/BungieNetPlatform/docs/API-Test" my key works here to, but anyway it works on the host and that what matter for now.
-
Maybe this was what you had in mind? http://destinydevs.github.io/BungieNetPlatform/docs/API-Test