- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个 grails 应用程序,我想将我的用户帐户连接到他们的 LinkedIn 帐户。
所以我的步骤是:
Refreshing an access token is very simple and can happen without an authorization dialog appearing for the user. In other words, it's a seamless process that doesn't affect your application's user experience.
Simply have your application go through the authorization flow in order to fetch a new access token with an additional 60 day life span.
new RESTClient(accessTokenRequestUrl, ContentType.URLENC)
其中 accessTokenRequestUrl 与上面按钮 href 中使用的相同。这最终应该调用我的 redirect_uri,在那里我使用授权代码来请求访问 token ,但它永远不会到达那个点。
最佳答案
如果您使用 Linkedin JavaScript API,则访问 token 将自动刷新,无需任何用户干预。确保在初始化字符串中设置 authorize: true
以便按如下方式无缝完成刷新:
<script type="text/javascript" src="http://platform.linkedin.com/in.js">
api_key: YOUR_KEY_HERE
authorize: true
</script>
关于api - 如何刷新领英授权 token ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15669181/
我是一名优秀的程序员,十分优秀!