Advertisement
ilanraid

Untitled

Sep 20th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.54 KB | None | 0 0
  1.  
  2. Hybrid_Provider_Adapter Object
  3. (
  4.     [id] => Facebook
  5.     [config] => Array
  6.         (
  7.             [enabled] => 1
  8.             [keys] => Array
  9.                 (
  10.                     [id] => XXXXXXXXXXXXXXXXXXX
  11.                     [secret] => XXXXXXXXXXXXXXXXXXXXXXXXXXX
  12.                 )
  13.  
  14.             [scope] => email, user_about_me
  15.         )
  16.  
  17.     [params] => Array
  18.         (
  19.             [hauth_return_to] => http://www.surfski.co.il/flynsarmy/sociallogin/Facebook?s=http://www.surfski.co.il/forum&f=http://www.surfski.co.il/account
  20.         )
  21.  
  22.     [wrapper] => Hybrid_Providers_Facebook
  23.     [adapter] => Hybrid_Providers_Facebook Object
  24.         (
  25.             [scope] => email, user_about_me, user_birthday, user_hometown, user_website, read_stream, publish_actions, read_friendlists
  26.             [providerId] => Facebook
  27.             [config] => Array
  28.                 (
  29.                     [enabled] => 1
  30.                     [keys] => Array
  31.                         (
  32.                             [id] => XXXXXXXXXXXXXXXXXXX
  33.                             [secret] => XXXXXXXXXXXXXXXXXXXXXXXXXXX
  34.                         )
  35.  
  36.                     [scope] => email, user_about_me
  37.                 )
  38.  
  39.             [params] => Array
  40.                 (
  41.                     [hauth_return_to] => http://www.surfski.co.il/flynsarmy/sociallogin/Facebook?s=http://www.surfski.co.il/forum&f=http://www.surfski.co.il/account
  42.                 )
  43.  
  44.             [endpoint] =>
  45.             [user] => Hybrid_User Object
  46.                 (
  47.                     [providerId] => Facebook
  48.                     [timestamp] => 1442739622
  49.                     [profile] => Hybrid_User_Profile Object
  50.                         (
  51.                             [identifier] => XXXXXXXXXXXXXXXXXXX
  52.                             [webSiteURL] =>
  53.                             [profileURL] =>
  54.                             [photoURL] => https://graph.facebook.com/XXXXXXXXXXXXXXXXXXX/picture?width=150&height=150
  55.                             [displayName] => XXXX XXXXX
  56.                             [description] =>
  57.                             [firstName] =>
  58.                             [lastName] =>
  59.                             [gender] =>
  60.                             [language] =>
  61.                             [age] =>
  62.                             [birthDay] =>
  63.                             [birthMonth] =>
  64.                             [birthYear] =>
  65.                             [email] =>
  66.                             [emailVerified] =>
  67.                             [phone] =>
  68.                             [address] =>
  69.                             [country] =>
  70.                             [region] =>
  71.                             [city] =>
  72.                             [zip] =>
  73.                             [username] =>
  74.                             [coverInfoURL] => https://graph.facebook.com/XXXXXXXXXXXXXXXXXXX?fields=cover
  75.                         )
  76.  
  77.                 )
  78.  
  79.             [api] => Facebook Object
  80.                 (
  81.                     [sharedSessionID:protected] =>
  82.                     [appId:protected] => XXXXXXXXXXXXXXXXXXX
  83.                     [appSecret:protected] => XXXXXXXXXXXXXXXXXXXXXXXXXXX
  84.                     [user:protected] =>
  85.                     [signedRequest:protected] =>
  86.                     [state:protected] =>
  87.                     [accessToken:protected] =>
  88.                     [fileUploadSupport:protected] =>
  89.                     [trustForwarded:protected] =>
  90.                     [allowSignedRequest:protected] => 1
  91.                 )
  92.  
  93.         )
  94.  
  95. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement