【发布时间】:2010-07-07 11:42:07
【问题描述】:
我知道下面是用来请求新闻提要的
https://graph.facebook.com/me/home?access_token?...
返回json中的集合。
有什么方法可以将它放入管道?我曾尝试获取数据,但 robots.txt 不允许。我还尝试从头开始构建 url 也会产生错误。
我已经能够让公共对象与 yql 一起工作
select * from json
where url="https://graph.facebook.com/search?q=watermelon&type=post"
那些需要access_token 的人呢?
【问题讨论】:
标签: facebook yahoo-pipes yql facebook-graph-api