0
good afternoon!
The following is, I have a URL of a forum on the Internet that when accessing it it returns in JSON format the last posts viewed by a certain user. As it is external do not know how it works and I believe it is by the cookies that the forum left on the user’s computer.
I wanted to use this URL for when the user enters my site I put something like: "5 Last posts viewed by you in FORUM TAL".
But to do that this URL would have to be executed somehow in the client’s browser and I would still have to have access to the content returned by this URL.
There is the possibility that I can do this using PHP or some other technology?
Thank you!
Is this url public? Or is it only available to you, developer? This forum does not provide an API?
– Andrei Coelho
Through a
iframe
you will probably be able to put the last posts viewed.– Andrei Coelho
The API is deprived of them, not to mention that posts appear when the URL is executed because only they can read cookies. In the case of iframe someone has some example?
– Andre
I’ll take some tests and answer
– Andrei Coelho