Summary
The registration process is the first step in creating your application. The process will vary from provider to provider, as well as the terminology, but the underlying properties and workflows are all the same. Upon completion of registration of your application, make sure that you have the following five properties: client ID, client secret, redirection endpoint, authorization endpoint, and token endpoint.
For our sample application, we were able to obtain each of these properties during the registration process with Facebook. In the next few chapters, we will start building our sample application, making use of all of these properties in the process. Let's begin!