

Gets or sets the query string for filtering service resultsįacebook OAuth tokens Properties PropertyįacebookAlbum has properties to hold photo details Properties Property

Gets a predefined config to show only the posts that this person was tagged in Gets a predefined config to show only the posts that were published by this person The feed of posts (including status updates) and links published by this person, or by others on this person's profile Gets a predefined config to get user feed. ' Post a message on your wall using Facebook DialogĪwait (TitleText.Text, DescriptionText.Text, UrlText.Text)Īwait ()Īwait (addedItem.Id)įacebookAlbum has properties to hold album details Properties PropertyĬonfiguration object for specifying richer query information Fields Field ListView.ItemsSource = Await (FacebookDataConfig.MyFeed, 50)

Post a message on your wall using Facebook DialogĪwait (TitleText.Text, DescriptionText.Text, UrlText.Text) Īwait () Īwait (addedItem.Id) į(AppIDText.Text) ListView.ItemsSource = await (FacebookDataConfig.MyFeed, 50) Ensure you set the following options in the UI:į(AppIDText.Text) From left side menu choose +Add Product Click to add Facebook Login.Enter the Windows Store SID from within your app (see Getting Windows Store SID section).Leave the Namespace and App Domains entries blank. It should select the Basic item under it by default. From the app Dashboard choose the Settings item on the left.Select Create a New App ID, to start integration Facebook into your app or website.

