I am new to batchfb/jackson, and spent quite some time looking through documentations but couldn't find the answer to my question. I am hoping for your help.
So I am wondering if it is possible to retrieve uid-s of friends and map onto a simple List<Long> or ArrayList<Long> right away, rather then creating a class corresponding to each friend which has a member to be mapped to the uid (e.g. I can do something like List<FbUser>, where the FbUser has a member called uid mapped to the facebook uid, but I want it to be something simpler because the only thing I need is the uid..)
Best,
Vahe