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
Post a Comment