I mean what should I do? or what am I doing wrong?
Starting over from the beginning.
If I use "www.google.com" as server and ask "GET /search?q=arduino HTTP/1.0" (using the basic example sketch) I get the result of the Google search. Great! I get information to interpret as I like.
If I use "graph.facebook.com" as server and ask "GET /40796308305 HTTP/1.0" what I get is an error message (the one I posted before that tells me to go to "Redirecting...", but that is Coca Cola's facebook page and not the graph info that I want).
I was usig Firefox to check "graph.facebook.com/40796308305" but it was interpreting and showing the contents of a file on screen (the contents of a Json file) Then I tried with Internet Explorer and that was when I realized there was a file being opened and shown to me by Firefox. IE asked me whether to download or open the file "40796308305.js"
I would like to retreive the info just as I would do it in the basic example.
Thanks a lot!