I am using the facebook c# SDK v6. The demo Windows App from GitHub is working fine, I can logon as myself and post to my wall and the post says it comes from my app.
However, if I want to post a score for a user (see http://developers.facebook.com/docs/score/) or get a list of scores to show a leader board I need to logon as the app, not the user. This is explained here http://developers.facebook.com/docs/authentication/applications/.
So does anyone have any examples of using the SDK to logon as an app and post and/or get scores? Thank you.
P.S. This post is a bit like How to post as application to facebook wall, using Facebook C# SDK? but that post remains unanswered.