var url = "http://graph.facebook.com/search?q=" + keyword + "&type=post";
$.get(url, function(data) { etc..
Trying to pull this directly through javascript and needs to be js. I keep getting denied. What is the authentication for an app through JS to take care of this
Try this:
It might work—
If not,
$.getScript?