Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Account Kit Deprecated [closed]

Tags:

account-kit

I just saw that facebook account kit is being deprecated. There isn't much information about what's the reason behind its depreciation or what could be the next steps/alternatives.

  • Does anyone know why they deprecated it? Any technical insights/learnings?
  • What are the alternatives now? or are they planing any successor of it?
like image 360
UsamaAmjad Avatar asked Sep 10 '19 10:09

UsamaAmjad


1 Answers

Yes, As per official statement : from September 9, 2019: Account Kit will stop integrating with new apps. Existing integrations will continue to function normally.

Source 1,2

Does anyone know why they deprecated it? Any technical insights/learnings?

"The product has yielded high maintenance costs, but relatively low adoption". Read full details here.

What are the alternatives now? or are they planing any successor of it?

They not announce any successor for it as far as i know, but there are many other alternatives available as open source which obviously have certain limitations. What I am using currently will mention here.

  • True Caller SDK : It require true caller app to be installed in user device.
  • Firebase Phone Authentication
  • Third Party SMS API : Obviously, it would be a paid api, Many service providers are available in market. I am not promoting any one here but one is suggested by google itself here called twilio. Just a extra point : In this 3rd case, for understanding the flow "SMS Retriever API" may worth reading for some one.
like image 181
Robi Kumar Tomar Avatar answered Oct 04 '22 20:10

Robi Kumar Tomar