Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring social vs javascript (facebook authentication )

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 ?

like image 883
Omar ZRIDI Avatar asked Oct 20 '22 05:10

Omar ZRIDI


1 Answers

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 .

like image 92
sitakant Avatar answered Oct 24 '22 10:10

sitakant