• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] twitter login error

Started by hsynclb,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hsynclbTopic starter

everything right but not the login website
  •  

PHPVibe A.

What is the actual error? Are you sure there is no white space before/after any of the keys?

hsynclbTopic starter

yes i sure no white space before/after

I have tried taking the new key but still not

When logging in staying plugged in >>
xxx.com/callback.php?type=twitter&oauth_token=bku325KFs8CF7I6uS0FYQ37pdCQihhcIKRqG7RqXg&oauth_verifier=dm4ZfyXChabU8dCZGebeqatQCpa26tOUohkbIbtqKA

I added pictures,
my site name
you can try
  •  

star top

  •  

PHPVibe A.

What's the url guys? I can't tell you much until I try.

hsynclbTopic starter

This is url
When logging in staying plugged in >>


http://www.hdsikis.com/callback.php?type=twitter&oauth_token=veNRuGd1FR1ZXcquXJc4vdX7UXA2XLcwohiNO81kok&oauth_verifier=H4pGjkILkujw1Q7YQ6NQC2yQsgLVxs6yzEuKyZXmQ
  •  

PHPVibe A.

#6
Open callback.php and change at the top:

error_reporting(0);
to
error_reporting(E_ALL);
so i can see from what error the blank screen on return is.

interfear

I have similar blank screen on callback for twitter login...
I've attached error log after making changes described above to callback.php

is it SSL?
----------------------
[Fri Mar 14 21:44:42 2014] [error] [client 98.119.130.138] PHP Fatal error:  Uncaught exception 'EpiTwitterForbiddenException' with message '{"errors":[{"message":"SSL is required","code":92}]}' in /var/www/lib/twitter/EpiTwitter.php:257\nStack trace:\n#0 /var/www/lib/twitter/EpiTwitter.php(218): EpiTwitterException::raise(Object(EpiCurlManager), false)\n#1 /var/www/lib/twitter/EpiTwitter.php(119): EpiTwitterJson->__get('response')\n#2 /var/www/lib/twitter/EpiTwitter.php(101): EpiTwitter->request('GET', '/account/verify...', NULL)\n#3 /var/www/callback.php(20): EpiTwitter->__call('get_accountVeri...', Array)\n#4 /var/www/callback.php(20): EpiTwitter->get_accountVerify_credentials()\n#5 {main}\n  thrown in /var/www/lib/twitter/EpiTwitter.php on line 257
--------------------------
  •  

PHPVibe A.


x5000x

Alex,

Having problem with Twitter too:

Fatal error: Uncaught exception 'EpiOAuthUnauthorizedException' in /public_html/lib/twitter/EpiOAuth.php:432 Stack trace: #0 /public_html/lib/twitter/EpiOAuth.php(404): EpiOAuthException::raise(Object(EpiCurlManager), false) #1 /public_html/lib/twitter/EpiOAuth.php(45): EpiOAuthResponse->__get('oauth_token') #2 /public_html/index.php(27): EpiOAuth->getAuthenticateUrl(NULL, Array) #3 {main} thrown in /public_html/lib/twitter/EpiOAuth.php on line 432
  •  

PHPVibe A.


interfear

Where's the solution... I modified the protected $apiUrl  to point to an HTTPS URL. Still didn't fix the blank page... Nor did it give an error message in error.txt apache log.
  •  

PHPVibe A.

Well, seems that Twitter now asks for all the 4 keys. https://github.com/danieljonesorg/twitter-async/blob/master/simpleTest.php
Will add it in this update or look for another twitter class.


interfear

  •  

Similar topics (7)