我正在尝试在本地主机上实现 XPagesSBT。我已经关注了这篇文章 http://heidloff.net/home.nsf/dx/12152011034545AMNHECAP.htm和 Niklas 的 SBT 文档,并试图实现 dropbox oAuth。
我也放在http://localhost/XPagesSBT.nsf/ and http://localhost/WebSecurityStore.nsf
根文件夹中
但我仍然收到此错误
Error while executing JavaScript action expression
Script interpreter error, line=1, col=26: Error calling method 'isAuthenticated()' on java class 'com.ibm.xsp.extlib.sbt.services.client.endpoints.DropboxEndpoint'
No application is registered with id XPagesSBT and provider Dropbox
if(!@Endpoint("dropbox").isAuthenticated()) {@Endpoint("dropbox").authenticate(true);}
我需要对 XPagesSBT db 进行任何其他配置/设置吗?或者它不适用于本地主机?