开发者

Facebook Graph API and Yahoo Pipes : Getting News Feed

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 pub开发者_Go百科lic 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 ?


You can create simple proxy script (on PHP, ASP .NET or something else), which would transfer request from Yahoo!Pipes to Facebook and return back Facebook's response.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜