Hi, For a facebook application that we are building we want to provide a facebook profile tab. The way this is supposed to work if i understand the communication flow correctly is:
1) The user clicks on the facebook tab. 2) Facebook server calls our server and we return the code that is to be rendered by facebook. However when facebook requests our template the cfml code is never executed. The apache and fusionreactor logs are showing that a server originating from a facebook owned IP is requesting the correct template from our server however the cfml code is never executed. For testing the only thing contained in the template is the following code: <cfoutput> <cflog file="debug" type="information" text="Hello World!"> done </cfoutput> If the above template is requested from a browser through get , post or through a cfhttp request from an external server. The "Hello World!" text is written to the debug log. When the request comes from the facebook server it shows up in apache and fusionreactor logs but the cflog is never executed and nothing seems to be returned to facebook. Anyone know what may be wrong here? I am sooo stumped on this one, any ideas no matter how bizare would be appreciated. cheers Marcel http://www.bikemoments.com Our app is here: http://apps.facebook.com/bikemoments/ Our Server is running: Open bluedragon server on tomcat which is behind apache with mod_proxy. Fusionreactor is showing the following http request header coming in from the facebook: RequestContextPath: Method: POST Protocol: HTTP/1.1 RequestURI: /facebook/profile_tab.cfm Scheme: http ServletPath: /facebook/profile_tab.cfm isSecure: false Request: Headers host: openbd.local:8080 user-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv: 1.9.2.8) Gecko/20100722 Firefox/3.6.8 accept: */* accept-encoding: gzip content-type: application/x-www-form-urlencoded x-forwarded-for: 69.63.181.250 x-forwarded-host: fb.bikemoments.com x-forwarded-server: 127.0.0.1 connection: Keep-Alive content-length: 6136 Response BufferSize: 8192 CharacterEncoding: UTF-8 ContentLength: Not Set ContentType:text/html; charset=UTF-8 isCommitted: true -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
