@Configuration
public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
private final Log log = LogFactory.getLog(WebSecurityConfig.class);
@Value("${spring.profiles.active}")
priva
我試圖運行the official Spring Social教程「原樣」,但我得到這個錯誤。我已經成功地使用相同的appid和密鑰進行登錄與python應用程序。網站網址是localhost:8080。任何指針?任何幫助,將不勝感激。 的HelloController中 @Controller
@RequestMapping("/")
public class HelloController
我使用的是Spring社交Facebook框架2.0.2,我正在訪問Facebook應用程序版本2.5。 我以某種方式無法獲取通過fetchObject方法進行身份驗證的用戶的電子郵件地址。 @RequestMapping("/register/facebook")
public String registerFacebookUser(WebRequest request, Model mode