Using Facebook to register new User on Android App

android, facebook

Solution

To register user via Facebook you should follow next steps:

- Login to facebook.

- Get credentials you need (id, name, email, date of birth, etc.)

- Send them to server and create account on server side.

Hope it helped.

Problem

At present I have my android app set up so that the user can log in to the app via facebook. However, I want to be able to give the user an option to register with facebook also, however, there doesn't seem to be any docs on this. I have trawled through the net and I can't find anything. Does anyone know how I could implement this or even send me on the right path? Please don't link me to the fb developer app as I can't find anything on that in relation to this. Thanks in advance!!

Original source