java - How get ALL url pictures of post with Facebook4J? -


i'm getting url picture of post below:

responselist<post> feeds = facebookclient.getfeed("*******",new reading().limit(20)); post post = feeds.get(i); url imageurl= post.getpicture(); 

if there post more 1 pictures first.. possible pictures facebook4j ?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -