Changeset 593080
- Timestamp:
- 08/31/2012 05:55:08 PM (13 years ago)
- File:
-
- 1 edited
-
jetpack/branches/multiuser/jetpack.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/branches/multiuser/jetpack.php
r592416 r593080 1486 1486 * 9 - Jetpack_Client_Server::get_token() 1487 1487 * 10- GET https://jetpack.wordpress.com/jetpack.token/1/ with 1488 * client_id, client_secret, grant_type, code, redirect_uri:action=authorize, state, scope, user_email 1488 * client_id, client_secret, grant_type, code, redirect_uri:action=authorize, state, scope, user_email, user_login 1489 1489 * 11- which responds with 1490 1490 * access_token, token_type, scope … … 1882 1882 'scope' => $signed_role, 1883 1883 'user_email' => $user->user_email, 1884 'user_login' => $user->user_login, 1884 1885 ) ); 1885 1886 … … 3014 3015 Jetpack::state( 'message', 'authorized' ); 3015 3016 3017 if ( ! $is_master_user ) { 3018 // Don't activate anything since we are just connecting a user. 3019 break; 3020 } 3021 3016 3022 if ( $active_modules = Jetpack::get_option( 'active_modules' ) ) { 3017 3023 Jetpack::delete_option( 'active_modules' );
Note: See TracChangeset
for help on using the changeset viewer.