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);
- via
abstractconnection, method getprofileurl() - via
useroperations, method getuserprofileimage()
thanks help
from version 2.0.x can cover image using
facebook.useroperations().getuserprofile().getcover() see javadoc
Comments
Post a Comment