I know that the following is used to request the news feed
https://graph.facebook.com/me/home?access_token?...
Which returns the set in json.
What is the way to get this into a pipe ? I have tried fetching the data but robots.txt
does not allow it. I also tried building the url from scratch yields errors as well.
I have been able to get public objects to work with yql
select * from json
where url="https://graph.facebook.com/search?q=watermelon&type=post"
What about about those that require the access_token
?