• Hi to all,

    I am using social connect facebook login is working fine but when i am trying to login using twitter but it show blank page after calling call back url.

    I think the problem is

    $token = $twitter_api->getAccessToken();

    It return

    object(EpiOAuthResponse)#223 (1) { ["__resp:private"]=> object(EpiCurlManager)#224 (2) { ["key:private"]=> string(16) "Resource id #158" ["epiCurl:private"]=> object(EpiCurl)#225 (6) { ["mc:private"]=> resource(157) of type (curl_multi) ["msgs:private"]=> NULL ["running:private"]=> NULL ["requests:private"]=> array(1) { ["Resource id #158"]=> resource(158) of type (curl) } ["responses:private"]=> array(0) { } ["properties:private"]=> array(4) { ["code"]=> int(2097154) ["time"]=> int(3145731) ["length"]=> int(3145743) ["type"]=> int(1048594) } } } }

    but underneath this we are using

    $twitter_api->setToken($token->oauth_token,$token->oauth_token_secret)

    but the $token->oauth_token is not in the above response.

    Can anyone help me to solve this problem

    thanks

    https://www.ads-software.com/extend/plugins/social-connect/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twitter login problem callback.php show blank page’ is closed to new replies.