Hello,
I was trying to pass more than 2 scopes to facebook api. It fetches the data from FB API but its not stored in 'oneauth' session. Is there any way I can get those?
'facebook' => array( 'id' => 'XXXXXXXXXXX', 'secret' => 'XXXXXXXXXXXXXXXXXXXXXXXXXX', 'scope' => 'email,offline_access,user_about_me,user_location,user_religion_politics', ),