Changeset 478201
- Timestamp:
- 12/20/2011 09:03:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-google-plus-connect/trunk/src/auth/apiOAuth2.php
r460379 r478201 110 110 throw new apiAuthException("Could not json decode the access token"); 111 111 } 112 if (! isset($accessToken['access_token']) || ! isset($accessToken['expires_in']) || ! isset($accessToken['refresh_token'])) { 112 //if (! isset($accessToken['access_token']) || ! isset($accessToken['expires_in']) || ! isset($accessToken['refresh_token'])) { 113 if (! isset($accessToken['access_token']) || ! isset($accessToken['expires_in']) ) { 113 114 throw new apiAuthException("Invalid token format"); 114 115 }
Note: See TracChangeset
for help on using the changeset viewer.