私はColdFusion10、Windows 7 64ビット、Railo 4を使用しており、FacebookCFSDKをインストールしています。インストールをテストしようとすると、次のエラーがスローされます。
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と統合するにはどうすればよいですか?