有没有办法通过spring-social-facebook获取用户封面照片?
与此类似的东西(用于检索配置文件图片);
AbstractConnection,方法getProfileUrl()UserOperations,方法getUserProfileImage()谢谢你的帮助
发布于 2015-07-08 19:02:35
从2.0.x版本中,您可以使用
facebook.userOperations().getUserProfile().getCover() 请参阅javadoc
https://stackoverflow.com/questions/31274018
复制相似问题