Resource icon

Social Network Authentication (Twitter, Google, VK.com) 1.0

No permission to download
The add-on definitely does require SSL to be enabled for Google integration (and probably Twitter and the core Facebook features too). You need to enable SSL. Without it, these add-ons can't create secure SSL connections that these services require.

With regards to the Twitter error, I can only assume that's also SSL related. You've included the stack trace, but not the actual error message.
Thanks, I'll see about getting ssl enabled on my server.
 
It works ok with Google application.

But I got problem with Twitter and LinkedIn in the same error:

The requested page could not be found.

I can not find any error log in PHP. I installed only Social Network Authentication (new install).
 
Server error


ErrorException: Undefined index: oauth_token - library/Social/Provider/Oauth/Abstract.php:38
Generated By: Unknown Account, 22. Studeni 2012.
Stack Trace
#0 /home/username/public_html/forum/library/Social/Provider/Oauth/Abstract.php(38): XenForo_Application::handlePhpError('http://www.hedo...')
#1 /home/username/public_html/forum/library/Social/Provider/Abstract.php(14): Social_Provider_Oauth_Abstract->getAccessToken('http://www.hedo...')
#2 /home/username/public_html/forum/library/Social/ControllerPublic/Register.php(38): Social_Provider_Abstract->authenticate(Object(Social_Provider_Oauth_Twitter))
#3 /home/username/public_html/forum/library/Social/ControllerPublic/Register.php(389): Social_ControllerPublic_Register->_getProviderResponse()
#4 /home/username/public_html/forum/library/XenForo/FrontController.php(310): Social_ControllerPublic_Register->actionTwitter(Object(XenForo_RouteMatch))
#5 /home/username/public_html/forum/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch()
#6 /home/username/public_html/forum/index.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
["url"] => string(61) "http://www.mydomain.in/forum/register/twitter?rel=booreg=1"
["_GET"] => array(1) {
["rel"] => string(8) "booreg=1"
}
["_POST"] => array(0) {
}
}

I'm not sure if this is part of the problem.
File Health Check
"library/XenForo/ControllerPublic/Account.php File does not contain expected contents."
 
I have this server error on Twitter integration/registration:
Code:
Zend_Oauth_Exception: Could not retrieve a valid Token response from Token URL: <?xml version="1.0" encoding="UTF-8"?> <hash> <request>/oauth/access_token?oauth_consumer_key=vfRl0XZc8T2gN2MfhwPijw&amp;oauth_nonce=7aa2cf413bb06b16b753f2b33eb070bc&amp;oauth_signature_method=HMAC-SHA1&amp;oauth_timestamp=1355899949&amp;oauth_token=wCz9vdBrP4aFsruefbAkrtf3Gd0tcodxprj5afA6A&amp;oauth_version=1.0&amp;oauth_verifier=ymggyG5duKkqGPK7n3hXmRBZxjfOW5Ia8qUVHpxcI&amp;oauth_signature=%2F1OMdoH0Fl2a0SZZDEi3k8V0%2BnA%3D</request> <error>Invalid / expired Token</error> </hash> - library/Zend/Oauth/Http.php:234
Generated By: Unknown Account,
Code:
#0 /home2/*/public_html/library/Zend/Oauth/Http.php(190): Zend_Oauth_Http->_assessRequestAttempt(Object(Zend_Http_Response))
#1 /home2/*/public_html/library/Zend/Oauth/Http.php(191): Zend_Oauth_Http->startRequestCycle(Array)
#2 /home2/*/public_html/library/Zend/Oauth/Http.php(191): Zend_Oauth_Http->startRequestCycle(Array)
#3 /home2/*/public_html/library/Zend/Oauth/Http/AccessToken.php(51): Zend_Oauth_Http->startRequestCycle(Array)
#4 /home2/*/public_html/library/Zend/Oauth/Consumer.php(225): Zend_Oauth_Http_AccessToken->execute()
#5 /home2/*/public_html/library/Social/Provider/Oauth/Abstract.php(41): Zend_Oauth_Consumer->getAccessToken(Array, Object(Zend_Oauth_Token_Request))
#6 /home2/*/public_html/library/Social/Provider/Abstract.php(14): Social_Provider_Oauth_Abstract->getAccessToken('http://caskanja...')
#7 /home2/*/public_html/library/Social/ControllerPublic/Register.php(38): Social_Provider_Abstract->authenticate('http://caskanja...')
#8 /home2/*/public_html/library/Social/ControllerPublic/Register.php(389): Social_ControllerPublic_Register->_getProviderResponse(Object(Social_Provider_Oauth_Twitter))
#9 /home2/*/public_html/library/XenForo/FrontController.php(310): Social_ControllerPublic_Register->actionTwitter()
#10 /home2/*/public_html/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#11 /home2/*/public_html/index.php(13): XenForo_FrontController->run()
#12 {main}
Code:
array(3) {
  ["url"] => string(147) "http://caskanja.net/register/twitter?oauth_token=wCz9vdBrP4aFsruefbAkrtf3Gd0tcodxprj5afA6A&oauth_verifier=ymggyG5duKkqGPK7n3hXmRBZxjfOW5Ia8qUVHpxcI"
  ["_GET"] => array(2) {
    ["oauth_token"] => string(41) "wCz9vdBrP4aFsruefbAkrtf3Gd0tcodxprj5afA6A"
    ["oauth_verifier"] => string(41) "ymggyG5duKkqGPK7n3hXmRBZxjfOW5Ia8qUVHpxcI"
  }
  ["_POST"] => array(0) {
  }
}
 
Hello, I installed the addon and now it does not work anywhere.
And I can not delete the database why is not his name.
I can do?
Now my website is blank and I can not get into admin.php
Thank you.
 
Hmm, I got everything setup right, I think, but when I click the Google+ button on the main page, it quickly flashes up my contacts, then dissapears and the G+1 button turns into an exclamation mark

I double checked my key and secret, all ok, is there anyway to find out WHY it's erroring?
 
Hmm, I got everything setup right, I think, but when I click the Google+ button on the main page, it quickly flashes up my contacts, then dissapears and the G+1 button turns into an exclamation mark

I double checked my key and secret, all ok, is there anyway to find out WHY it's erroring?

Same on the G+ turning into an exclamation mark.
 
UPDATE : adding the index.php part id the trick. my Redirect URL is now & it's working!!
Code:
http://www.sternfannetwork.com/xen/register/google
http://www.sternfannetwork.com/xen/register/google?assoc=1
http://www.sternfannetwork.com/xen/index.php?register/google
http://www.sternfannetwork.com/xen/index.php?register/google?assoc=1
thank you!
 
Hello everybody,

I' ve got a problem with VK.
When I try to auth or connect my account via VK I reseive an error: Unable to Connect to ssl://api.vk.com:443. Error #110: Connection timed out.

Before VK worked correctly.
App ID and secret are correct.
Site address: http://example.ru/ (instead of example.ru the mame of my site).
Basic domain: example.ru (instead of example.ru the mame of my site).
I tried to change site address and basic domain in different options but it didn't help.

The problem only with VK. Twitter and G+ work correctly.

Does anybody know what is the problem with VK and how to fix it?

Thanks
 
Always got this error:

Zend_Oauth_Exception: Could not retrieve a valid Token response from Token URL: <?xml version="1.0" encoding="UTF-8"?> <hash> <request>/oauth/access_token?oauth_consumer_key=DrNAP9xJnOj8R3XHARg6w&amp;oauth_nonce=45f8812fc2aa91d306a7892d4f3e4560&amp;oauth_signature_method=HMAC-SHA1&amp;oauth_timestamp=1358068271&amp;oauth_token=hKIjvZnNXkVdApZFQIpeahwhzzuPjOpw94E7Y11fA&amp;oauth_version=1.0&amp;oauth_verifier=pBAWF4Jqq1MF1k8BmyL8F3Hke4ahC07A2INfuLa80g&amp;oauth_signature=Gvxg9wJRSKmeXz0yd18scLII9IE%3D</request> <error>Invalid / expired Token</error> </hash> - library/Zend/Oauth/Http.php:234
Generated By: Unknown Account, Yesterday at 5:11 PM
Stack Trace
#0 /public_html/library/Zend/Oauth/Http.php(190): Zend_Oauth_Http->_assessRequestAttempt(Object(Zend_Http_Response))
#1 /public_html/library/Zend/Oauth/Http.php(191): Zend_Oauth_Http->startRequestCycle(Array)
#2 /public_html/library/Zend/Oauth/Http.php(191): Zend_Oauth_Http->startRequestCycle(Array)
#3 /public_html/library/Zend/Oauth/Http/AccessToken.php(51): Zend_Oauth_Http->startRequestCycle(Array)
#4 /public_html/library/Zend/Oauth/Consumer.php(225): Zend_Oauth_Http_AccessToken->execute()
#5 /public_html/library/Social/Provider/Oauth/Abstract.php(45): Zend_Oauth_Consumer->getAccessToken(Array, Object(Zend_Oauth_Token_Request))
#6 /public_html/library/Social/Provider/Abstract.php(14): Social_Provider_Oauth_Abstract->getAccessToken('http://www....')
#7 /public_html/library/Social/ControllerPublic/Register.php(38): Social_Provider_Abstract->authenticate('http://www....')
#8 /public_html/library/Social/ControllerPublic/Register.php(391): Social_ControllerPublic_Register->_getProviderResponse(Object(Social_Provider_Oauth_Twitter))
#9 /public_html/library/XenForo/FrontController.php(310): Social_ControllerPublic_Register->actionTwitter()
#10 /public_html/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#11 /public_html/index.php(13): XenForo_FrontController->run()
#12 {main}
Request State
array(3) {
["url"] => string(152) "/register/twitter?oauth_token=hKIjvZnNXkVdApZFQIpeahwhzzuPjOpw94E7Y11fA&oauth_verifier=pBAWF4Jqq1MF1k8BmyL8F3Hke4ahC07A2INfuLa80g"
["_GET"] => array(2) {
["oauth_token"] => string(41) "hKIjvZnNXkVdApZFQIpeahwhzzuPjOpw94E7Y11fA"
["oauth_verifier"] => string(42) "pBAWF4Jqq1MF1k8BmyL8F3Hke4ahC07A2INfuLa80g"
}
["_POST"] => array(0) {
}
}
 
And sometimes:

Zend_Oauth_Exception: Error in HTTP request - library/Zend/Oauth/Http.php:178
Generated By: Unknown Account, Yesterday at 11:21 AM

Request State
array(3) {
["url"] => string(154) "/register/twitter?oauth_token=5Xhu6LPnacxOeayMbSN2pxK9ThHfZ4wCf8S35Avbao&oauth_verifier=mC6tCmizNCwQz92V1rMNaNM2znDKfYiudm9JfQ4wj5c"
["_GET"] => array(2) {
["oauth_token"] => string(42) "5Xhu6LPnacxOeayMbSN2pxK9ThHfZ4wCf8S35Avbao"
["oauth_verifier"] => string(43) "mC6tCmizNCwQz92V1rMNaNM2znDKfYiudm9JfQ4wj5c"
}
["_POST"] => array(0) {
}
}
 
Top Bottom