Looks like there is no way to change the default Callback URL for the facebook app... or put it this way.. even if you can add more than one facebook app you really cannot in "true" sense host another app because all the facebook apps "WILL" have to share the same home page http://xyz.com otherwise it will not work .
Not sure where this could be solved because even if I change the callback url say for app1 --> call1 and for app2 --> call2, this causes issue cause the facebook/drupal refers all nodes by making the callbackurl as the base url so all nodes (http://xyz.com/node1 and http://xyz.com/node2) url translate to faulty url's: http://xyz.com/call1/node1 and http://xyz.com/call2/node2 .
Am I fighting the wrong wind?
Comments
Comment #1
Drupal_ commentedThanks guys... the updated version has Facebook navigation settings and that takes care of it... cool.