Why don't all of my contacts appear in the Contact Picker?

Why don't all of my contacts appear in the Contact Picker?

You may not see every contact in the widget because CloudSponge only displays contacts that pass through some simple email validation. This ensures that your application only gets a list of contacts with reasonable looking email addresses.

One common address that is filtered is the Exchange address. These addresses generally follow this format:

/o=ORGANIZATION_NAME/ou=organizational group/cd=RECIPIENTS/cn=username</code>

If you would like all the emails to appear in the widget, you can set an option to override the filtering of these emails. Specifying:

performEmailValidation: false

in the csPageOptions will display every contact with an email address, valid or not.


Well, well, well, look who we have here! If you have any burning questions, don't worry, you don't have to send a pigeon to us. Just shoot us an email at support@cloudsponge.com.
    • Related Articles

    • What is a Contact Picker Metric?

      A Contact Picker metric shows you how many people are engaging with the Contact Picker on your site. It also breaks down what address books are being utilized, how many people shared their contacts, and how many contacts each person shared. Are you ...
    • Can I customize the CloudSponge Contact Picker?

      We have tons of customization options for the Contact Picker: Don’t like our colors, fonts, corner radiuses, etc? Override our CSS with your own. Prefer to use your own brand in OAuth dialogs? Use your own consumer credentials. Don’t like a feature ...
    • Do I have to configure my contact picker?

      There is no need to change the configuration of your contact picker. However, we offer the ability to customize the contact picker as you see fit. We can answer any questions at support@cloudsponge.com, and we promise not to send carrier pigeons or ...
    • How do I improve my Contact Picker metrics?

      The best way to improve your metrics is by auditing your sharing feature. Some suggestions would be to consider where you place your sharing feature, if it's easy to access and use, and whether or not you are incentivizing your users. You can ...
    • Do I have to use your “Choose Your Contacts” page?

      No. You can let our widget guide the user through importing their contacts, then pass the contacts to your application to render them. The beforeDisplayContacts callback lets you get the full list of contacts in JavaScript and suppress the display of ...