Contact Picker app sample

This sample demonstrates how to use the Contact Picker to select one or more contacts. It also includes a basic implementation of the Contact Picker APIs to demonstrate how to display a list of contacts to the user.

 
 
 
 
 
(5)
9,202 times
Add To Favorites
4/9/2013
E-mail Twitter del.icio.us Digg Facebook
Sign in to Ask a Question


  • Filtering source for Contacts from People app
    1 Posts | Last Post October 30, 2012
    • Can we filter the contacts being displayed in People app?
      
      For example, if I've configured multiple account like Live,Facebook,Gmail ,But I want to get only my Live Contacts in ContactPicker Control in my current app.
      
      Is this is possible ?
  • Filtering source for Contacts from People app
    1 Posts | Last Post October 30, 2012
    • Can we filter the contacts being displayed in People app?
      
      For example, if I've configured multiple account like Live,Facebook,Gmail ,But I want to get only my Live Contacts in ContactPicker Control in my current app.
      
      Is this is possible ?
  • VB Sample
    1 Posts | Last Post August 13, 2012
    • Any plans to add a VB.Net sample?
  • GetThumbnailAsy​nc function always returns stream with size 0 (Extension)
    1 Posts | Last Post July 28, 2012
    • I forgot to mention that i am using C# and WPF (Not Javascript+HTML)
  • Bug in concactPickerScenario.js
    1 Posts | Last Post July 13, 2012
    • You need to use window.toStaticHTML() on the HTML before setting the innerHTML:
      
       element.innerHTML = window.toStaticHTML("<div class='contact'><input id='" + sampleContact.id + "' value='" + index + "' type='checkbox' />" +
                                  "<label for='" + sampleContact.id + "' >" + sampleContact.name + "</label></div>");
      
  • GetThumbnailAsync function always returns stream with size 0
    1 Posts | Last Post June 04, 2012
    • I'm logged with my msn account in windows release preview and I'm connected to internet. When I select people application, it shows me the contacts and when I select one the GetThumbnailAsync returns a stream with size 0.That didn't happen in previous version... any ideas?