I am currently trying to allow users to log in with their Facebook account in my Java application. However, this requires the browser to display the web page under Facebook authentication.
Now I am looking for a βbrowserβ project that:
- cross-os
- Supports single frames (show the page at this URL, without forward / backward / refresh buttons)
- Supports relatively new web standards (which Facebook uses)
- Lightweight preferably
I am trying to avoid Eclipse SWT due to all the problems that are required for cross-os to work. This is a relatively small project that I would like to keep simple. The swing-based browser is not an alternative due to the lack of support for new web standards.
Is there any project that does what I'm looking for ? Is there an alternative way to do this without a browser?
source share