I'm trying to create a JavaSE
application to make facebook posts, but I do not know where to start, I was seeing examples, but I only found on JSP
.
How do I log in to get the Facebook token? I thought about opening an internal "browser" and sending it back to the token, but how am I going to recover that token?
I do not know if I need to do this, because I do not know if RestFB already has something for that.
Someone gives me a light with an example explained with JavaSE
please.