fb:comment does not work on my application
- by giffary
hello!
I'm new for facebook developer. I want to add comments box to my application and I follow the tutorial in facebook wiki. It's not work in my application.
My Canvas Callback URL is http://122.155.0.71/~facebook/ and I upload xd_receiver.htm to root directory.
and I paste the code
FB.init("b6e07896a1d0889d9784dea150802587",
"/xd_receiver.htm");
to my application. It not show up. When I view this page with firebug. I see .
I don't know about xid, where can I create it.
Can you help me about this problem?
thank you...