I would like to know if there is an option to import contacts from any provider using oneall social login?Is there any documentation based on it? If so i would like to also fetch the contacts and display it in a list with image..3 contacts in a row.. Can we be able to do that using oneall?
Answers
it's possible to retrieve a user's contact using our API:
http://docs.oneall.com/api/resources/users/read-contacts/
You first need a user_token.
This token is obtained when a user logs in with our Social Login service.
Then you can use this user_token and make a call to our API in order to retrieve the contacts.
Regards,