TMS Cloud Pack for .NET: Facebook Demo Feed Label Label Label

Code Snippet

Creating a Facebook post is as easy as:

    facebook1.UserCreatePost(facebook1.UserProfile.Id, TextBox1.Text);
    

Retrieving the Facebook feed is as easy as:

    facebook1.UserProfile.ReadFeed();