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
Please help me, it is only returning the name and the ID for Facebook and all the user information except for the email in twitter.
I've been trying to use $result = json_decode( $fb->request( '/me?fields=id,name,email' ), true );
instead of $result = json_decode( $fb->request( '/me' ), true ); in the controller but it doesn't work!
The text was updated successfully, but these errors were encountered:
Please help me, it is only returning the name and the ID for Facebook and all the user information except for the email in twitter.
I've been trying to use $result = json_decode( $fb->request( '/me?fields=id,name,email' ), true );
instead of $result = json_decode( $fb->request( '/me' ), true ); in the controller but it doesn't work!
The text was updated successfully, but these errors were encountered: