I am adding Facebook functionalities to an already existing game. For this I am using the website style of integration.
As the game has its own payment method for virtual goods -that can not be replaced by Facebook Credits- I cannot make it playable on the canvas, or it would contradict point I.9 of the Facebook policies.
I am evaluating the use of requests (2.0), as they would fit nicely with the game flow. I haven't found anything stating that they cannot be used by a non-canvas app. However to make them useful and interesting I have to set up a canvas namespace and a canvas page for the app, or the requests link to a bogus URL (https://www.facebook.com/?request_ids=xxxxxxxxxxx) which doesn't allow me to handle them.
Setting a canvas name and a script inside that handles the requests then redirects or displays a link to the app website is easily doable. However as this technique makes use of the canvas, even if the game is not here, does it subjects the whole app to the canvas terms and conditions? (Which I cannot abide because of the payment method.)