JSFiddle - React, Tailwind, and code Playground

by sreekeshokky

JavaScript

$.ajax({
    //url: 'http://graph.facebook.com/facebook?callback=?',
    url: 'http://www.facebook.com/feeds/page.php?id=20531316728&format=JSON',
    dataType: 'jsonP'
}).done(function(data) {
    alert(data);
});