gpt4 book ai didi

grails - 重定向后出现Grails Facebook身份验证插件错误

转载 作者:行者123 更新时间:2023-12-02 16:00:49 24 4
gpt4 key购买 nike

我将Facebook Authentication plugin(0.17)用于Spring Security(2.0-RC5)。

我已经包含了所有要求的内容,并按照示例创建了我的服务来获取用户数据(来自Facebook)。
example app FacebookAuthService(我已将其完全复制到我的应用程序中)中,有一个“FacebookUser create()”函数。
与Facebook连接并重定向回我的应用程序(启用stac)后,我得到:

    | Error 2015-07-07 12:55:47,567 [http-bio-8080-exec-10] ERROR [/bicycles-new].[default]  - Servlet.service() for servlet [default] in context with path [/bicycles-new] threw exception [Filter execution threw an exception] with root cause
Message: org.apache.http.impl.client.HttpClients
Line | Method
->> 366 | run in java.net.URLClassLoader$1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 355 | run in ''
| 354 | findClass . . . . . . in java.net.URLClassLoader
| 425 | loadClass in java.lang.ClassLoader
| 52 | create . . . . . . . in FacebookAuthService
| 113 | create in com.the6hours.grails.springsecurity.facebook.DefaultFacebookAuthDao
| 72 | authenticate . . . . in com.the6hours.grails.springsecurity.facebook.FacebookAuthProvider
| 58 | attemptAuthentication in com.the6hours.grails.springsecurity.facebook.FacebookAuthRedirectFilter
| 46 | doFilter . . . . . . in ''
| 62 | doFilter in grails.plugin.springsecurity.web.authentication.logout.MutableLogoutFilter
| 1145 | runWorker . . . . . . in java.util.concurrent.ThreadPoolExecutor
| 615 | run in java.util.concurrent.ThreadPoolExecutor$Worker
^ 744 | run . . . . . . . . . in java.lang.Thread

代码行是
Facebook facebook = new FacebookTemplate(token.accessToken.accessToken)
创建对象时引发错误。
对于在这里做错的任何线索,我将不胜感激。

最佳答案

您需要将Apache HttpClient添加到您的依赖项中:

compile 'org.apache.httpcomponents:httpclient:4.5'

关于grails - 重定向后出现Grails Facebook身份验证插件错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31264069/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com