I am building a newsreader-ish desktop app using node-webkit
https://github.com/rogerwang/node-webkit
which is basically server and client at the same time. My Problem with the facebook API is the following: i want the user of my app to login and present them their current wall-postings and the stuff like this. In addition, i have a couple of news-items from other sources, which should be like-able/share-able from this user.
The whole app is a single-page JS (more exactly: coffeescript) thing with multiple components, a hard redirect is impossible.
Every login-possibility shown in the API seems not suited for my type of application. What is the best way to connect to facebook, without having a hard redirect and without an own URI to redirect to?