You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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', ),
The text was updated successfully, but these errors were encountered: