Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Facebook to register new User on Android App

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!!

like image 825
DJ-DOO Avatar asked Aug 28 '13 15:08

DJ-DOO


People also ask

What benefits does a company gain by allowing people to log into its app using Facebook login?

Use of Facebook Social Login not only promises seamless customer experience (registration using Facebook credentials) but also it also allows your marketing team to gather more accurate data, including verified email addresses, age, gender, etc., thus offering an easy way to promote your brand to a wider audience.

How do I integrate with Facebook login?

Click on Settings in the sidebar under Facebook Login. Turn on Client OAuth Login. Turn on Web OAuth Login. Put the valid redirect URL on "Valid OAuth redirect URIs".


1 Answers

To register user via Facebook you should follow next steps:

  1. Login to facebook.
  2. Get credentials you need (id, name, email, date of birth, etc.)
  3. Send them to server and create account on server side.

Hope it helped.

like image 93
Konstantin Kiriushyn Avatar answered Oct 12 '22 15:10

Konstantin Kiriushyn