originally posted in:BungieNetPlatform
I made this as a school project, but I figured it may help some of you out there who are just getting started with the Destiny API with little to no experience. Hope it helps!
-
Linky no workie. Any chance of reposting this elsewhere?
-
I'm sorry, I have never touched any of this in my life and am really interested in trying it. I see all your scripts and stuff, but how do I execute these things? Is there a software package I need to get to run them, do I just create a html file in notepad and just execute it in a browser? Complete noob question I know sorry. Never touched this stuff before but have a lot of interest! Thanks
-
This is incredibly helpful, thank you! I wanted to point out that I had some issue initially. Using CURLOPT_HEADER I was getting a bunch of additional header information passed straight back to PHP and json_decode was not parsing the response correctly. I had to stumble upon this [url=http://bungienetplatform.wikia.com/wiki/Getting_Started]getting started article[/url] to realize that changing this option from CURLOPT_HEADER to CURLOPT_HTTPHEADER made all the difference in the world. This is probably due to my being fairly new to PHP and cURL and how it all works - but I wanted to share this tidbit in case anyone else is frantically searching around with a similar issue.
-
Looks pretty solid. Great job. You might also like to add whatever you can to the wiki if you think it will help.
-
Perfect! Thank you :-)
-
Thank you, helped a lot!
-
Excellent!