java - Get facebook user cover photo via spring-social-facebook -


is there way user cover photo via spring-social-facebook?

something similar (used retrieve profile picture);

thanks help

from version 2.0.x can cover image using

 facebook.useroperations().getuserprofile().getcover()   

see javadoc


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -