facebook-oauth
Java Facebook OAuth App This article shows how to use Facebook to implement an authentication in a custom Java application and get Facebook profile data such as name, email and gender. This article shows how to use Facebook to implement an authentication in a custom Java application and get Facebook profile data such as name, email and gender. Facebook Web Application As the very first step of the app making , logging to https://developers.facebook.com/ Then you have to provide your normal Facebook credentials to register as a Facebook developer. Once you clicked “Get Started” you asked to create a new app ID, Give it a Display Name you want and email to contact you. Once you click “Create App”, it will proceed to app settings. Facebook Application Settings We need to specify the application callback url in the FB settings. This will be used by the FB server on authentication to hand back control to our application.