Using the Facebook C# SDK by Nathan Totten, how would I go about getting permission to post to a Facebook page wall, for a page ID they provide?
I've got Facebook C# SDK working to let users login using Facebook account, and making posts their own walls. However, I wish to let users enter a Facebook page ID (of which they are admin of) and then begin publishing to that wall.
When they click the login via Facebook button, if they've never logged in before it automatically asks for their permission. Not sure how to do this later, when the user has already granted permission to their profile info... and I want to get permission to their page wall.