facebook-cf-sdk
facebook-cf-sdk copied to clipboard
Facebook CFML SDK for ColdFusion and Railo
it works perfectly the first login, i get all the information, however if i logout and then back in, it throws this error in the console and nothing happens. i...
Our website's "Login with Facebook" button stopped working last September. I noticed that these instructions: `userAccessToken = facebookApp.getUserAccessToken(); facebookGraphAPI = new FacebookGraphAPI(accessToken=userAccessToken, appId=APP_ID); userObject = facebookGraphAPI.getObject(id=userId);` no longer return what...
Upon logging out of facebook and trying to login again, getting this error message. Stacktrace is: OAuthException - This authorization code has expired. [code=100] at plugins.eventregistration.library.facebooksdk.sdk.facebookbase_cfc$cf.udfCall1(/var/www/virtuals/eventsdemo.niesc.k12.in.us/html/plugins/EventRegistration/library/FacebookSDK/sdk/FacebookBase.cfc:84):84 at plugins.eventregistration.library.facebooksdk.sdk.facebookbase_cfc$cf.udfCall(/var/www/virtuals/eventsdemo.niesc.k12.in.us/html/plugins/EventRegistration/library/FacebookSDK/sdk/FacebookBase.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93...