Facebook Open Graph under a constrained application
- by Hellnar
Hello
For an embedded system with internet (which works under a set-top box) I want to develop a primitive Facebook interface where users can type their user-names and password, showing their latest notificationsa, messages and other casual stuff via the recent Facebook Graph API.
This middleware program uses Java ME to run programs (such as this simple facebook app) and it can connect to internet however it doesn't have a real web browser.
Under this circumstance, is it possible to achieve such Facebook application? If you think so, what approach would you suggest ?
Thanks