On the right is a section titled "My Applications" from which you can select an application to see its information.
You can also go straighthereas well, which will list your apps on the left.
1
That url asks for a password, my normal account password doesn't work. Do you have to sign up for something else?– NerosFeb 2 '12 at 6:36
1
Nevermind it seems chrome was having trouble getting past that page, in Firefox the page actualy works when you input your password.– NerosFeb 2 '12 at 6:50
2
One important thing...You have to be logged into yourpersonal accountnot business account when following these directions.– user2779151Sep 14 '13 at 12:11
December 24, 2019 (Updated as per latest Facebook Developer Portal)
This blog post was originally written in December 2017. Facebook has changed it's developer portal user interfaces since then. We updated this blog post and included the steps as per latest developer portal steps.
If you ever need to integrate Facebook Login or use Facebook graph API, you canhire asp.net developersfrom us at affordable rate.
To use the Facebook API, like the Login with Facebook or Facebook Graph API, you need to create a Facebook App. When you make a Facebook App, that app will have an App ID and an App Secret. You need these credentials to do almost anything with Facebook, including going through the OAuth authorization flow and working with Facebook's Graph API.
With the App ID, you can send API requests to Facebook for data. The Facebook App Secret can be used to decode the encrypted data.
Please follow below steps to create Facebook application:
if you were already registered for Facebook developer account, you can skip this step and go to step #3 of this post. If you are not registered on Facebook developer account, then you need to follow these steps:
Click onGet Startedbutton from top right corner.
Click on next button from the popup
Enter your phone number and verify your account using text message or phone call.
It may be needed to Re Verify your account by Facebook.
Then enter verification code you got and click on theVerifybutton.
On the next screen, after verifying your account, 3rd step is to tell about you. Select Developer option here.
On welcome screen, click onCreate First Appbutton. Here you'll be asked for Display Name and Contact Email of your New App ID. This app name will be shown to end users when they will try to “Login with Facebook” and they are redirected to Facebook website for login permission. So, make sure you give a meaningful name here which can identify your website.
If you are already registered with Facebook developer perform below steps:
Click on “My App” >> “Add a New App”
From the popup enter “Display Name” of your new application and“Contact Email”, then click on “Create App Id” Button.This app display name will be shown to end users when they will try to “Login with Facebook” and they are redirected to Facebook website for login permission. So, make sure you give a meaningful name here which can identify your website.
Complete the Security Check by checking I'm not a robot button and click on submit button and It will open product list page.
From the product list page click on “Set Up” button from product with name “Facebook Login”.
In the left side menu, click on the “Facebook Login” link to expand the sub menu. Click on “Settings” from the sub menu.
Enter your website URL in “Valid OAuth redirect URIs”. For example, my website domain isyourdomain.comso I enteredhttps://yourdomain.com
Now expand theSettingmenu and selectBasic.Here you can find theApp IDand App Secret.Then click on the “Show” button in the “App Secret” text box. You can copy the “App Id” and “App Secret” which you can use for your Facebook API calls.
By default when you create Facebook application, it is private and available only to you for testing purpose. End users can only use it after you make the applive.For the live app you must enter a Privacy Policy URL at setting > Basic.
For Switching the mode from Development to Live, click on the status switch. After that, it will show a popup to switch the mode. Please select theCategoryof your app and click on the “Switch Mode” button to make your app public.