I want to implement API
of Bing News
to be able to show news related to the theme of the page, the problem is that I do not know how to use it, I already obtained the necessary code to be able to make queries to the server, but I do not know how use it.
In the web of Microsoft
there are documentation pages with respect to how to build the links of the queries, but after that I do not know how to elaborate php code to handle the results.
I imagine that there should be a standard way to make this type of request and store them in a JSON
, but I do not know how to look for it, I've been trying and I do not give with the key.