edit- Heading of the post is' Bug In Facebook Connect 7.0.5'
I made a profile on my site via simple login method and used mail address xyz@example.com.
Now i logged into facebook using same mail address and thn tried joining my website via FB connect and what happens is i logged into site using the
username and mail address of the latest member of my site....
This doesn't happen if i join using fb account with another mail address. is this a bug????
https://www.facebook.com/4thmolar |
So you saying it connected to the dolphin account with the email of xyz@example.com which matches the facebook email address.
If so, then no. I believe the new version of bonnex facebook connect has a email matcing feature like my facebook connect does where if it finds a dolphin account that matches the email address of the connecting facebook account, it will connect to that account rather than create a new one.
So no. I do not believe it is a bug. It's a feature. https://www.deanbassett.com |
No, its like when i m trying to join with my facebook id which uses the already linked email in dolphin site... it signs in me with the profile of last member who joined my dolphin site...
for example- saurav joined mysite.com last november via simple join method and used xyz@example.com
osama was the last person who joined my site yesterday night
Now when saurav click FB connect button on mysite.com using facebook id (with xyz@example.com), he gets logged into osama's
(last member joined) profile but not into saurav profile
https://www.facebook.com/4thmolar |
Ok. I misunderstood.
That sounds like a bug.
https://www.deanbassett.com |
No, its like when i m trying to join with my facebook id which uses the already linked email in dolphin site... it signs in me with the profile of last member who joined my dolphin site...
for example- saurav joined mysite.com last november via simple join method and used xyz@example.com
osama was the last person who joined my site yesterday night
Now when saurav click FB connect button on mysite.com using facebook id (with xyz@example.com), he gets logged into osama's
(last member joined) profile but not into saurav profile
So it's your dreams or real facts? I ask it because I see this filter in facebook connect module:
in method: _createProfile
//check email if( $this -> _oDb -> isEmailExisting($sEmail) ) { $this -> _oTemplate -> getPage( _t('_bx_facebook'), MsgBox(_t('_bx_facebook_error_email'))); exit; }
it's mean that nobody can't login via facebook if recived email adres already exists in profiles table!!!!
PS: If possible do not write me personally, please try to ask on the forum first |
No, its like when i m trying to join with my facebook id which uses the already linked email in dolphin site... it signs in me with the profile of last member who joined my dolphin site...
for example- saurav joined mysite.com last november via simple join method and used xyz@example.com
osama was the last person who joined my site yesterday night
Now when saurav click FB connect button on mysite.com using facebook id (with xyz@example.com), he gets logged into osama's
(last member joined) profile but not into saurav profile
So it's your dreams or real facts? I ask it because I see this filter in facebook connect module:
in method: _createProfile
//check email if( $this -> _oDb -> isEmailExisting($sEmail) ) { $this -> _oTemplate -> getPage( _t('_bx_facebook'), MsgBox(_t('_bx_facebook_error_email'))); exit; }
it's mean that nobody can't login via facebook if recived email adres already exists in profiles table!!!!
But in this case it is loggin into the latest registered user ..... that's the actual prob.
https://www.facebook.com/4thmolar |
No, its like when i m trying to join with my facebook id which uses the already linked email in dolphin site... it signs in me with the profile of last member who joined my dolphin site...
for example- saurav joined mysite.com last november via simple join method and used xyz@example.com
osama was the last person who joined my site yesterday night
Now when saurav click FB connect button on mysite.com using facebook id (with xyz@example.com), he gets logged into osama's
(last member joined) profile but not into saurav profile
So it's your dreams or real facts? I ask it because I see this filter in facebook connect module:
in method: _createProfile
//check email if( $this -> _oDb -> isEmailExisting($sEmail) ) { $this -> _oTemplate -> getPage( _t('_bx_facebook'), MsgBox(_t('_bx_facebook_error_email'))); exit; }
it's mean that nobody can't login via facebook if recived email adres already exists in profiles table!!!!
But in this case it is loggin into the latest registered user ..... that's the actual prob.
This condition will be triggered when you try to create a new user. Hence no one profile will not be created with the same email
PS: If possible do not write me personally, please try to ask on the forum first |
No, its like when i m trying to join with my facebook id which uses the already linked email in dolphin site... it signs in me with the profile of last member who joined my dolphin site...
for example- saurav joined mysite.com last november via simple join method and used xyz@example.com
osama was the last person who joined my site yesterday night
Now when saurav click FB connect button on mysite.com using facebook id (with xyz@example.com), he gets logged into osama's
(last member joined) profile but not into saurav profile
So it's your dreams or real facts? I ask it because I see this filter in facebook connect module:
in method: _createProfile
//check email if( $this -> _oDb -> isEmailExisting($sEmail) ) { $this -> _oTemplate -> getPage( _t('_bx_facebook'), MsgBox(_t('_bx_facebook_error_email'))); exit; }
it's mean that nobody can't login via facebook if recived email adres already exists in profiles table!!!!
But in this case it is loggin into the latest registered user ..... that's the actual prob.
Check your version of facebook maybe he is not contain that filter!
PS: If possible do not write me personally, please try to ask on the forum first |
Is there any way to connect existing profiles to facebook connect...? https://www.facebook.com/4thmolar |
Is there any way to connect existing profiles to facebook connect...?
I don't think so with the default facebook module, Deanos uses an fb account number I think? Right D? you can put you user number in a field on the edit profile page. It has been a while since I checked.
ManOfTeal.COM a Proud UNA site, six years running strong! |