What is Facebook Application?
For over a decade we have been using the Facebook login to our mobile application or web application. To do so we need to register the application over Facebook! Facebook will identify, review and let you use the Facebook SDKs or Graph API to do the Facebook login! There are multiple things we could do with Facebook SDKs, Facebook login is one of them.
How to register the application over Facebook?
Suppose you are the owner of the product/app for which you want to have the Facebook login and/or other features. Suppose your app name is “My Social Media” and you want to allow the end-users to log in with Facebook to access your app. To do so, we need to register the “My Social Media” app to the Facebook Developer Console.
Let's see how to do it:
Step 1 – Facebook Developer Account
Please visit this link https://developers.facebook.com/apps. If you are already a Facebook user then you just need to agree with some terms and follow the on-screen instruction to access the Facebook Developer Console.
Step 2 – Add a New App
Click on "Create App" on this screen
You can select different types of applications on this screen. But as we are doing this for the authentication, we will be selecting the type, CONSUMER
Step 3 – Application Details
You have to provide the application details so that when end-user connects with your app through the Facebook login, they can read all these details.
Once you are done adding all your details, please click on “Create App” You will be prompted with a dialogue box, fill up the details and click on Create App ID.
Please mind the App Display Name, as it is going to be displayed on the screen when the end-user login for your app.
Step 4 – Application Dashboard
Manage Roles
Add Testers
Step 5 – Basic Information (Optional)
Happy coding!
Comments