Hi, so I'm kind of confused about how to use APIs. I want to use the
rotten tomatoes API.
So here is what I think we need to do:
We have the base url and the other urls they provide to find specific information, and by using these URLs, it'll return a new URL that we have to parse with an html parser...Is that right?
Also, even though they only provide examples for Javascript and PHP, I can still use this API for processing, right?
Also, would I need to use proHTML or proXML?
Thanks!
1