Can we use Facebook API in modern java batch? Need some information like is that possible to use that API in modern java batch, if so how can we implement it?
Asked
Active
Viewed 38 times
-1
-
Basically all you need to be able to make API requests is the ability to make HTTP(S) requests ... – CBroe Mar 30 '17 at 10:57
-
Yes is the answer to the first question. For the rest of your questions you'll actually have to do some work for – muttonUp Mar 30 '17 at 11:03
1 Answers
0
The below link shows all the instructions of using Facebook API in java, not from the official site, but this works so far. Just Add facebook4j-core-2.4.8.jar to your application classpath.

pravinrathnayake
- 1
- 2