views:

9

answers:

1

Hi there, I have a facebook applications and I would like to modify its bookmark to reroute users to a non facebook url ( my app is wider than the 600px ifram facebook uses) how can I go about doing that in the App Preference in facebook. there an option for a bookmark url but it only accepts relative link to the canvas page as far as i can tell. I know this is possible since posterous' app does it. thank you for your help

A: 

Maybe there is a better way but the way I managed it is to create a blank page with the following code javascript:

window.parent.location='http://www.homepage.com';

and make sure that in the facebook app setting to assign the canvas url to this file

salmane

related questions