春季社交恢复会话

时间:2015-05-08 11:31:03

标签: android spring social-networking

我是春天社会框架的新手,面临着难题。需要通过其令牌恢复社交(Twitter,LinkedIn)的会话。但不知道究竟是怎么回事。 我使用f.e LinkedIn的方式:

  AccessGrant accessGrant = new AccessGrant(socialTokenData.getAuthToken());
  final Connection<LinkedIn> connection = BaseApplication.linkedInConnectionFactory.createConnection(accessGrant);

但第二行抛出异常: org.springframework.social.NotAuthorizedException:无效的访问令牌。 请有人帮我恢复会话。 成功登录社交后我保存令牌,当应用程序重新启动时我从sharedPreference获取它...谷歌搜索没有帮助。

0 个答案:

没有答案