I want to know how to fetch the JSON data using YQL.
This is my JSON URL:
https://www.facebook.com/feeds/page.php?id=397319800348866&format=json
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Heres a quick example using jQuery, it might help you out
Inside the console.log with the above url I was able to get back the following results:
Working example for reference: http://jsfiddle.net/DtNxb/1/ |
|||||||||||||
|
|
It's easier than you think if you use jQuery.getJSON. Try this:
|
|||||||||||||||
|