Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 ?

share|improve this question

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.