Where I can find an already done Facebook JSON reader made in PHP?
The Facebook PHP-SDK will allow you to make Facebook calls (Graph and REST) and will decode the json response for you, distinguishing if the response is an error or not.
In PHP itself.