Question

I am writing a C#/WPF/.NET4 non-browser application for a public kiosk. I would like to post a simple text string on a person's wall from this touch screen after they enter their email and password. I've looked around at all sorts of sample code but seem to be missing the right piece. I would much rather NOT use a browser for this. If anyone could give me a gentle nudge in the right direction, it would be greatly appreciated! Thank you!

Was it helpful?

Solution

You will need to use a browser control to have them login. Facebook does not have a way to accept a user name and password to return an access token. You will be required to use oAuth in the browser.

OTHER TIPS

You should be using the Facebook Graph API. There is a lot of sample code written in PHP that should be easy to translate into C#. As far as I know, all of the C# libraries are out of date. (Please edit if you know otherwise).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top