Hi,
i'm trying to set up a php based server for playa app using the API.
I've set up a very basic one, to test te connection, but it does not work.
i tried that some years ago, and it worked, today i get the message:
"Play'a App doesn't support this site"
here is my very basic code, which does not work
<?php
header('Content-Type: application/json');
header('Accept: application/json');
?>
{
status:
{
code: 2, message: “Ok”
},
}
could you please tell me, what is missing?