Facebook Login Setup?

  • Thread starter Thread starter Deleted member 745
  • Start date Start date
Steven, I have been having this problem since I started using xF.. I am just waiting now for someone to offer to help, or the software turns stable so I can put in a support ticket..

Jamie
 
Still not working for me using beta5.
I am assuming I should be able to log in via Facebook even though I have a forum login.
When I run tools-->Test Facebook Integration
Facebook returned the following error: Error validating verification code..
 
UPDATE: I forgot that I had changed my Board URL in Options from /forums to /community so it did not match what I had entered in Facebook.
I had a redirect in my /forums directory.

Pilot error once again. A belated thanks Mike.
 
Hey Steve,

Mike was able to take a look at mine and got it working. I can't remember what he said he did, but my server didn't have something turned on that it needed, so Mike change it to work another way through curl I think if the first option wasn't available. He said it would be changed in the next release, so the next beta release might fix your problem if it was the same one as mine.

Edited to add what Mike had actually sent to me:

Indeed the issue related to SSL/https. Your PHP didn't have support for https via sockets, but it did have cURL with SSL support, so I wrote some code to detect that case and automatically switch over to cURL.

Jamie
 
Mike was able to take a look at mine and got it working. I can't remember what he said he did, but my server didn't have something turned on that it needed, so Mike change it to work another way through curl I think if the first option wasn't available. He said it would be changed in the next release, so the next beta release might fix your problem if it was the same one as mine.
Same here. I don't recall exactly what it was. It was a combination of two things. One being my mistake. He also mentioned that it would be in the next beta.

Mike has helped me twice so far and I'm glad I've been able to help in the beta process to make XF betta and betta.
It just makes for a much more solid product with less issues once stable and less support issues too.

I'm just thinking of more and more uses for XF.
 
Ok Done. Now i get.....

View attachment 11758
Is this what i am supposed to get? If it is, it wasnt worth the trouble to Associate it.
The FB frame at the bottom is a fixed but, but yes that's what you're supposed to get. You can now login with the "Login with Facebook" button.

The advantage generally isn't for existing users - it's to get more registrations by making it easier to join.
 
Hi all!
When i try to integrate facebook to my forum, I see this message when login:
An error occurred while connecting with Facebook. Please try again later
I have read this topic:
http://xenforo.com/community/threads/facebook-login-setup.6084/

But can't repair this problem... I added extentions OpenSSL and cURL to the PHP at my hoster, but it didn't help... Facebook app settings are correst.
First time i was taking this message, when trying to connect to the facebook to autorisation; after i added extention cURL, i could connect to the facebook (enter my e-mail and password), but after that when i was returned to my site i take this message.
After I used the FB integration tester in the admin CP i took next message:
Your server could not connect to Facebook (https://graph.facebook.com). Try again later. If the issue persists, contact your host.
Zend_Http_Client_Adapter_Exception: Unable to Connect to ssl://graph.facebook.com:443. Error #60: Operation timed out - library/Zend/Http/Client/Adapter/Socket.php:235
Maybe somebody can give me some hints?

PS: Sorry for my bad english. I hope you understand my problem :)
 
Rather than start a new thread, thought I'd post this here re: Facebook and an error I had this morning:

Facebook returned the following error: Invalid verification code format.. library/XenForo/ControllerPublic/Register.php:272 Today at 4:41 AM

Server Error Log
Error Info
XenForo_Exception: Facebook returned the following error: Invalid verification code format.. - library/XenForo/ControllerPublic/Register.php:272
Generated By: Unknown Account, Today at 4:41 AM
Stack Trace

#0 /home/mx5lifec/public_html/community/library/XenForo/FrontController.php(310): XenForo_ControllerPublic_Register->actionFacebook()
#1 /home/mx5lifec/public_html/community/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#2 /home/mx5lifec/public_html/community/index.php(17): XenForo_FrontController->run()
#3 {main}

Request State

array(3) {
["url"] => string(60) "http://mx5life.com/community/index.php?register/facebook&amp"
["_GET"] => array(2) {
["register/facebook"] => string(0) ""
["amp"] => string(0) ""
}
["_POST"] => array(0) {
}
}
 
Top Bottom