我正在使用 ColdFusion 10、Windows 7 64bit、Railo 4 并安装了Facebook CF SDK。当我尝试测试安装时,它会抛出此错误:
Could not find the ColdFusion component or interface facebook.sdk.FacebookApp.
Ensure that the name is correct and that the component or interface exists.
The error occurred in C:/ColdFusion10/cfusion/wwwroot/facebook-cf-sdk/examples/website/index.cfm: line 34
32 : } else {
33 : // Create facebookApp instance
34 : facebookApp = new FacebookApp(appId=APP_ID, secretKey=SECRET_KEY);
35 :
36 : // See if there is a user from a cookie or session
如何修复此错误并将此 Facebook API 与 ColdFusion 集成?