from the scarcely documented FB api, I have thus far learned that I need to do the following to get the StreamPublish working:
I am making an iframe app
- setup xd_receiver.htm. DONE.
- put the FeatureLoader.js.php at the top of the body tag. DONE.
- configure the api key and xd_receiver.htm. DONE.
- configure the connect callback URL. NOT DONE -> what URL should I specify here?
I am unable to use the function. i have a specific link which shuld call for the FB.Connect.StreamPublish function.
can someone please explain the working of this by some example?