Team,
I have the CB Connect - Facebook plugin working completely under standard HTTP, no problems at all. But when I visit my site via HTTPS @
www.example.com
, then click login, the new window pops up, communicates with facebook, then just dies at the following page:
www.example.com/index.php?option=com_comprofiler&task=pluginclass&plugin=cb.facebookconnect&action=facebook&func=accesstoken&format=raw&code=
[TOKEN_HERE]#_=_
I see the following error in the browser error console:
Timestamp: 7/8/13 10:56:41 AM
Error: Error: Permission denied to access property 'oAuthSuccess'
Source File:
www.example.com/index.php?option=com_comprofiler&task=pluginclass&plugin=cb.facebookconnect&action=facebook&func=accesstoken&format=raw&code=
[TOKEN_HERE]#_=_
Line: 1
I have replaced
www.example.com
where my actual domain would be (they all use the www subdomain, and $live_site in config is set to blank), the [TOKEN_HERE] is the super long auth token. Again keep in mind all the same steps happen when I am not SSL, but the popup closes and the authentication happens like it is supposed to. I am assume this has something to do with the fact that the com_profiler page being postedback to is not SSL but I am not sure.
Thanks,
Tom Cooper