任何read_stream教程javascript sdk教程?

I want to get the Facebook stream of a user using the JavaScript SDK. I can find many tutorials for publish_stream. I cannot find any step by step guide on the read_stream. I Googled JavaScript SDK, PyFacebook and PHP SDK. No one has written a complete tutorial on that subject. All I can find are some tips here and there about how to ask for extended permissions.

I tried to do it on my own using the PHP SDK. I tried for hours but it didn't work. Does anyone know of a simple example that would export the friends stream of a user and display it on his profile? Do you need anything other than read_stream to export the stream of facebook friends on your site? By looking at the Facebook graph explorer I can see friends_status, friends_activities, friends_likes and other stuff that is normally displayed on the user's wall. Is read_stream enough to export all of them? (I'm so confused!)

I have no problem using the PHP SDK. I just though that it would be simpler done in javaScript.

all the information you need is here... the facebook documentation... Scroll down to api_calls (after you have read how to implement the SDK)... Its not a silly question, but the official documentation is a great place to start instead of leaping into google searches... good luck