"JSON not defined" error

0

Hello, I have a facebook API that takes the posts from my page and shows in a patcher that I did, it was working correctly, but a few weeks ago this error began to appear and the posts no longer appear.

Error:

HereisthecodeI'musing.

<html><bodybgcolor="#E8D084">
    <head>
    <title></title>
    </head>
    <link rel="stylesheet" href="style.css" type="text/css">
    <body style="overflow-y: hidden">
    </head>
    <body SCROLL="no">
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.4";
    fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <div class="fb-page" data-href="https://www.facebook.com/NextRO685441651600367/timeline/" data-width="413" data-height="290" data-small-header="true" data-adapt-container-width="false" data-hide-cover="false" data-show-facepile="false" data-show-posts="true"></div>
    </body>
    </body>
    </body>
    </html>

I hope someone can help me, thank you in advance.

    
asked by anonymous 28.07.2016 / 01:02

0 answers