I'm trying to create a web application that utilizes steam web apis, and overall I'm basically very confused as to how start this application.This question basically outlines my problem, and I don't know how exactly to create endpoints and solve this problem.
Currently I have Apache Tomcat for my web server, and I'm writing all the html/css/javascript code in Notepad++. I don't want to use jQuery, because I don't know if I need to. Now all I want to do is just grab data from steam's apis.
For example, using this api:
http://api.steampowered.com/ISteamUser/GetFriendList/v0001/?key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&steamid=76561197960435530&relationship=friend
I just want to grab a user's friend list. The problem is, as in the question I linked above, I can't make calls to steam apis from my own site, and I don't know how to create an endpoint on my server and fix this problem.
Any help is greatly appreciated. I'm new to all of this, and it'd definitely confusing as hell.