Hybridauth need help

I am following this tutorial hybridauth to display the user profile like email , bitthday, etc…but after ther user login it the user profiles like email,birthMonth are null,how can i fixed this ?

object(Hybrid_User_Profile)#10 (24) {
  ["identifier"]=>
  string(16) "1481084503334"
  ["webSiteURL"]=>
  string(0) ""
  ["profileURL"]=>
  string(0) ""
  ["photoURL"]=>
  string(72) 
"https://graph.facebook.com/1481084508878224/picture?width=150&height=150"

  ["displayName"]=>
  string(17) "My Name"
  ["description"]=>
  string(0) ""
  ["firstName"]=>
  string(0) ""
  ["lastName"]=>
  string(0) ""
  ["gender"]=>
  string(0) ""
  ["language"]=>
  string(0) ""
  ["age"]=>
  NULL
  ["birthDay"]=>
  NULL
  ["birthMonth"]=>
  NULL
  ["birthYear"]=>
  NULL
  ["email"]=>
  string(0) ""
  ["emailVerified"]=>
  string(0) ""
  ["phone"]=>
  NULL
  ["address"]=>
  NULL
  ["country"]=>
  NULL
  ["region"]=>
  string(0) ""
  ["city"]=>
  NULL
  ["zip"]=>
  NULL
  ["username"]=>
  string(0) ""
  ["coverInfoURL"]=>
  string(258) 
"https://graph.facebook.com/1481084533444?fields=cover&access_token=CAAVE8ueaRqUBAC5WB2ZCjwgIfep3p4sCfiR4pRPOIHI6YEDUZCkObZALVhbX0PtZCb1O0ZCYnAGWxWBi6iPJTeXZBBv34ZC0KLUVkHSiktI3Aff7kl5I8CZCZCCDDBgLj5qH2KCcEwsKpyFtvEdUFlgFZAJsDAedRBL5L8c"
}

Thank you in advance

@fretburner, @megazoid @s_molinari

can you help me please how can I use hybridauth in my website, I tried to follow the documentation, but I could not get the data what I want from fb it always null or empty as what I posted above.This is the first time i use hybridauth.

Thank you in advance.

Your question is probably better off with the hybridauth community.

Scott

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.