Reputation: 288
This might be a simple solution but I can't figure it out that how can I read the user entered "Phone number" in the SMS login field from Facebook account kit. I am using facebook kit account SDK to verify the user phone number and want to read the user entered phone number after he successfully verifies his number.
I am using Android and want to just save the entered phone number locally in android for future purpose.
Upvotes: 0
Views: 1618
Reputation: 361
When the Account Kit login process completes you'll get back a result that will contain the phone number if an end user successfully verified their phone number: https://developers.facebook.com/docs/accountkit/android#handlereturn
Upvotes: 0