I just updated to playerio v2.2.1, and the facebookOAuthConnectPopup does not appear to be working. I added the new partnerId argument to the as3 code, so now it looks like this:
PlayerIO.quickConnect.facebookOAuthConnectPopup(stage, GAME_ID, "_blank", [], "", facebookConnectSuccessCallback, facebookConnectErrorCallback);
There are no actionscript errors, and no development server errors, but the Facebook popup says, "An error occured, please try again."
The actionscript code does not make it to the facebookConnectSuccessCallback, nor the facebookConnectErrorCallback.
So, I replaced the QuickConnect.as with an older one (before the partnerId argument was added) and it works. Any idea what is going on?
Thanks,
Shawn