I'm building a website and a mobile app to go with it which uses facebook oauth for user log in, but I have a doubt. I would like to use the same Facebook App ID on both platforms, however I'm not certain as to how to go about it because from my limited knowledge of the Facebook SDK, the Oauth for websites relies on the redirect url, which becomes a problem for the mobile app.
If anyone has any experience with building a website and a mobile app using Facebook Oauth, can you please share your insights and what is the best way to go about it?
You can certainly use the same APP_ID.
In the settings page for your application you can set up may different urls that are all connected to your application as you can see in the screenshot below.
You can see here the ability to give different urls for any of the given types of interaction
Hope this helps!