Im confused.. I am trying YQL to get simple data but it doesn't work. After oauth, my code is like:
<html>
<script src='http://query.yahooapis.com/v1/yql?q=select%20*%20from%20fantasysports.games%20where%20game_key%3D%22238%22&format=json&diagnostics=true&callback=top_stories'></script>
</html>
If there is another way, like for instance, issue a HTTP request, so what's the format then, could u give show an example?