发布于 2015-12-10 00:24:27 | 147 次阅读 | 评论: 0 | 来源: 网友投递
Spring Social Spring社交扩展框架
Spring Social 是 Spring 框架的扩展,用来方便开发Web社交应用程序,可通过该项目来创建与各种社交网站的交互,例如 Twitter、Facebook、LinkedIn 和 TripIt 等。
Spring Social Facebook 2.0.3 发布,更新如下:
提升 * Allow profile image dimensions to be specified manually. (SOCIALFB-146) Bug 修复 * Change video upload limits from int to long. (SOCIALFB-198) * Remove `address` field from fields fetched for User and deprecate the getAddress() method. (GitHub Issue #172)
更多内容请看:changelog
Project Site | Reference | JavaDoc
Spring Social 是 Spring 框架的扩展,用来方便开发Web社交应用程序,可通过该项目来创建与各种社交网站的交互,例如 Twitter、Facebook、LinkedIn 和 TripIt 等。
Spring Social 包括:
一组社交应用模板用于与 Twitter, Facebook, LinkedIn, TripIt, and Greenhouse 进行交互.
一个支持 OAuth 的请求工厂类,使得 RestTemplate 请求支持 OAuth 认证,封装了 OAuth认证细节
一个Web参数解析器用来获取Facebook的User标识并在Spring的MVC控制器中获取访问的令牌。