facebooksdk.net publish not working - can't get LoginButton.CurrentSession to publish to
I've got what seems to be a pretty simple problem - I'm trying to use the facebooksdk.net to publish to a users feed. First, I install with the following command, which gets me Facebook.Client version 0.9.91-alpha: Install-Package Facebook.Client -pre Next, I have a LoginButton (and I'm able to successfully login) <fbc:LoginButton x:Name="_loginButton" SessionStateChanged="_loginButton_SessionStateChanged" Margin="0,15" /> Now, I want to post to the feed, so I use the following code, copied directly from the facebooksdk.net site for publishing: private async void PublishStory() { await