400. That’s an error.
Error: redirect_uri_mismatch
The redirect URI in the request, http://crestwoodmusicshop.com/easyappointments/index.php/google/oauth_callback, does not match the ones authorized for the OAuth client. Visit https://console.developers.google.com/apis/credentials/oauthclient/1026879060846-1hj1dqrkmt59s7avmvev9e3pkjct7m72.apps.googleusercontent.com?project=1026879060846 to update the authorized redirect URIs.
That’s all we know.
OAuth:
Redirect URL:
http://www.crestwoodmusicshop.com/easyappointments/index.php/google/oauth_callback
config.php:
// GOOGLE CALENDAR SYNC
// ------------------------------------------------------------------------
const GOOGLE_SYNC_FEATURE = TRUE;// Enter TRUE or FALSE
const GOOGLE_PRODUCT_NAME = 'cmshop';
const GOOGLE_CLIENT_ID = '1026879060846-1hj1dqrkmt59s7avmvev9e3pkjct7m72.apps.googleusercontent.com';
const GOOGLE_CLIENT_SECRET = 'HxcnLGgf-JcZkddtWkz4pily';
const GOOGLE_API_KEY = 'AIzaSyBRf244Q_WJxHVawliDM5FGWe-E69I24jE';