I run a Facebook game, and we've recently wanted to not support Facebook canvas any longer, and provide platform agnostic login options such as Facebook, Google, Registration through our website, etc. Can we transition from a canvas app to a web app?
Currently, we don't store any Facebook user data other than the user id, and cache user names. The game already runs on our website by requiring Facebook authentication, as well as running in the Facebook iframe. It runs much better off of Facebook and requires less support.
Are there any Caveats to wanting to do this?
Thanks