antonleliuk / spring-social-botFramework

Skype BotFramework API binding and connect support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Token recreated: ExpiredAuthorizationException

zotona opened this issue · comments

It seems, what token is not recreated. How to make properly recreate token?

in context with path [] threw exception [Request processing failed; nested exception is org.springframework.social.ExpiredAuthorizationException: The authorization has expired.] with root cause

org.springframework.social.ExpiredAuthorizationException: The authorization has expired.
        at org.springframework.social.connect.support.OAuth2Connection$ApiInvocationHandler.invoke(OAuth2Connection.java:150) ~[spring-social-core-1.1.4.RELEASE.jar!/:1.1.4.RELEASE]
        at com.sun.proxy.$Proxy100.sendToConversation(Unknown Source) ~[?:?]
        at org.springframework.social.botframework.service.impl.BotServiceImpl.reply(BotServiceImpl.java:49) ~[spring-social-botframework-core-0.0.3.jar!/:?]

@zotona in current implementation no way. I thought is should do a Spring social, but it was my mistake when a create single instance of BotFramework

Close #8 after fixing this