5

I am developing a native mobile application (for ios ) & a web application that can use facebook authentication to register.

I want to know what is the adequate solution to make the authentication?

Should I use spring social or javascript if I want to share the authentication fonction in the both applications ?

Zrom
  • 1,192
  • 11
  • 24

1 Answers1

3

I would recommend to use JavaScript as Javascript is LightWeight to execute in clientsite end And Regarding Authentication : Facebook itself will take care of the security and will give u the response. So, Why to give burdern to your application using Spring Social .

Use AddToThis to implement the Social Networking .

sitakant
  • 1,766
  • 2
  • 18
  • 38