I'm developing related FaceBook Application using WPF,C#.
and I developed to receive photo through Facebook API(graph.facebook/{album id}/photos).
But I want to receive async and update ListBox in WPF.
So I totally want to know how I can update ListBox in WPF using Task Class.
please, help me.