iOS Facebook required me to add a URL scheme so that users can login/sign up via Facebook in my app. So, can I also use this Facebook URL scheme for launching my app? I don't need to support deep linking--I'd just like to launch the app from a marketing email. Clearly adding my own URL Scheme is preferred, but adding my own scheme will take a couple weeks before the app is in production.
Any reason why I shouldn't just use the Facebook URL scheme in the meantime (like fb12345://test)?