I've just implemented an FB.ui 'send' call. I process the returned value in the callback function and, not finding any documented reference, I wonder if I can investigate what's inside this 'response' JSON object. In PHP it is fine but I'm in JavaScript and I just want to process in the client, not additional server calls. Right now I can just say that 'response' is 'null' or not. How can I find it's set of 'response.value' or some kind of de-serialization of the object in a string? Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Have you installed Firebug (if you use Firefox) or do you use Chrome? I believe if you call Here is a good tutorial with more detail on using console.log. |
|||||||
|