We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
here is my code suggestion that works with windowslive Outh to provide user email and name FILE - libraries/Provider/Windowslive.php Code
/* at line 49 the return array */ return array( 'uid' => $user->id, 'name' => $user->name, 'nickname' => url_title($user->name, '_', true), 'first_name' => $user->first_name, 'last_name' => $user->last_name, 'email' => $user->emails, // 'location' => $user[''], # scope wl.postal_addresses is required # but won't be implemented by default 'locale' => $user->locale, 'urls' => array('Windows Live' => $user->link), );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
here is my code suggestion that works with windowslive Outh to provide user email and name
FILE - libraries/Provider/Windowslive.php
Code
The text was updated successfully, but these errors were encountered: