I am writing a cross-platform application (PC, iOS, Android) in Java. I would like to integrate facebook into this application. I am trying to find a single login method as it is a cross-platform application. So I follow Facebook to log in to try an approach that will work on every platform. I use restFB to handle interactions with Facebook after I get the access token from the user. This last bit is difficult. It seems that the only way to get users access token is to force them to enter the built-in browser.
Now I looked at this similar question , but the problem is that Libgdx is not compatible with JavaFX. So my question is: is there a relatively easy way to embed a web browser in an application that is created through Libgdx?
source
share