I want my application to post something on Facebook wall. My application is supposed to run on WP7.
Is there any way of opening a web browser with a default Facebook (hosted on Facebook server) publishing form? I see different websites opening a new window with that form when Share button is clicked and then you click Publish and here you go – the post is on the wall 🙂
WebBrowserTask is pretty limited and seems to be able to send only GET data but even then… I don’t know what kind of data and how named it should be sent. Anyone?
Why not use the Facebook Developer’s Toolkit to post via API instead of trying to use a browser?