Facebook OAuthException - This authorization code has expired. [code=100]
问题 I have setup the Facebook API SDK for ColdFusion - https://github.com/affinitiz/facebook-cf-sdk I've setup a login process which works successfully but after 10 minutes or so when I return and refresh the page, it shows the following error: This authorization code has expired. [code=100] Is there something I am missing with the FB login? Am I meant to be checking against something manually in order to persist the session? Cheers Shaun <cfscript> import facebook.sdk.FacebookApp; import