Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2012
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.20 KB | None | 0 0
  1. TwitterOAuthService Object
  2. (
  3.     [name:protected] => twitter
  4.     [title:protected] => Twitter
  5.     [type:protected] => OAuth
  6.     [jsArguments:protected] => Array
  7.         (
  8.             [popup] => Array
  9.                 (
  10.                     [width] => 900
  11.                     [height] => 550
  12.                 )
  13.  
  14.         )
  15.  
  16.     [key:protected] => kTns2ef01YGSq5STU5Vbw
  17.     [secret:protected] => 4QqDAMF4pwG81NTx*****yEr5RfTYQHStA87hQU
  18.     [providerOptions:protected] => Array
  19.         (
  20.             [request] => https://api.twitter.com/oauth/request_token
  21.             [authorize] => https://api.twitter.com/oauth/authorize
  22.             [access] => https://api.twitter.com/oauth/access_token
  23.         )
  24.  
  25.     [auth:EOAuthService:private] => EOAuthUserIdentity Object
  26.         (
  27.             [scope] =>
  28.             [key] => kTns2ef01YGSq5STU5Vbw
  29.             [secret] => 4QqDAMF4pwG81NTxEX******RfTYQHStA87hQU
  30.             [provider:EOAuthUserIdentity:private] => EOAuthProvider Object
  31.                 (
  32.                     [consumer] =>
  33.                     [token] =>
  34.                     [request_token_endpoint] => https://api.twitter.com/oauth/request_token
  35.                     [authorize_token_endpoint] => https://api.twitter.com/oauth/authorize
  36.                     [access_token_endpoint] => https://api.twitter.com/oauth/access_token
  37.                     [_e:CComponent:private] =>
  38.                     [_m:CComponent:private] =>
  39.                 )
  40.  
  41.             [_providerClass:EOAuthUserIdentity:private] => EOAuthProvider
  42.             [_authenticated:EOAuthUserIdentity:private] =>
  43.             [_error:EOAuthUserIdentity:private] =>
  44.             [_e:CComponent:private] =>
  45.             [_m:CComponent:private] =>
  46.         )
  47.  
  48.     [scope:protected] =>
  49.     [attributes:protected] => Array
  50.         (
  51.         )
  52.  
  53.     [authenticated:protected] =>
  54.     [fetched:EAuthServiceBase:private] =>
  55.     [component:EAuthServiceBase:private] => EAuth Object
  56.         (
  57.             [services] => Array
  58.                 (
  59.                     [vkontakte] => Array
  60.                         (
  61.                             [class] => VKontakteOAuthService
  62.                             [client_id] => 3050001
  63.                             [client_secret] => ****
  64.                         )
  65.  
  66.                     [facebook] => Array
  67.                         (
  68.                             [class] => FacebookOAuthService
  69.                             [client_id] => 209886082473812
  70.                             [client_secret] => ****
  71.                         )
  72.  
  73.                     [mailru] => Array
  74.                         (
  75.                             [class] => MailruOAuthService
  76.                             [client_id] => 683395
  77.                             [client_secret] => ***
  78.                         )
  79.  
  80.                     [google_oauth] => Array
  81.                         (
  82.                             [class] => GoogleOAuthService
  83.                             [client_id] => 613180831841.apps.googleusercontent.com
  84.                             [client_secret] => *****_3WeZ
  85.                             [title] => Google (OAuth)
  86.                         )
  87.  
  88.                     [google] => Array
  89.                         (
  90.                             [class] => GoogleOpenIDService
  91.                         )
  92.  
  93.                     [yandex] => Array
  94.                         (
  95.                             [class] => YandexOpenIDService
  96.                         )
  97.  
  98.                     [twitter] => Array
  99.                         (
  100.                             [class] => TwitterOAuthService
  101.                             [key] => kTns2ef01YGSq5STU5Vbw
  102.                             [secret] => 4QqDAM************YQHStA87hQU
  103.                         )
  104.  
  105.                 )
  106.  
  107.             [popup] => 1
  108.             [behaviors] => Array
  109.                 (
  110.                 )
  111.  
  112.             [_initialized:CApplicationComponent:private] => 1
  113.             [_e:CComponent:private] =>
  114.             [_m:CComponent:private] =>
  115.         )
  116.  
  117.     [redirectUrl:EAuthServiceBase:private] => /index.php
  118.     [cancelUrl:EAuthServiceBase:private] => http://www.qazaqsha.kz/index.php/site/login
  119.     [_e:CComponent:private] =>
  120.     [_m:CComponent:private] =>
  121. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement