I am writing an Open Data Table to aggregate like counts from various social networking services.
My attempt can be found here at the YQL console, with the Open Data Table XML being here.
My current problem - as you will find out on trying my query - is that Twitter and Facebook's requests return an empty response object with:
org.mozilla.javascript.UniqueTag@399a063e: NOT_FOUND
instead of populating it with the JSON that each respective service returns.
I think that the non-zero content-length header returned in the rest object indicates that the YQL server has received the correct JSON reply, and thus the problem isn't on the web services' sides but on either YQL's or my ODT's side.
I have tried to solve this problem in various ways and have been unsuccessful. Could some YQL experts please help me out?
Thank you.