I'm new to the facebook c# sdk, and I'm trying to create a program that will post to a page's timeline.
I have been trying to follow this, however I'm having difficulty understanding the second code snippet since it makes use of the Request class, in asp.net. I can't find a way to translate this into WinForms.
(I did have to change the FacebookAPI to FacebookClient)
How can I achieve the same effect, of redirecting to facebook and receive the code to get an access token?
