Hey there!
Quick update since RC 1.7 they have added a new oauth method OAUTHBEARER which seems to take overhand when not configuring
// Forced authentication type. One of "XOAUTH2", "OAUTHBEARER", "OAUTH" (default, auto-selection)
$config['oauth_auth_type'] = null;
So for anyone using my setup please either update…
Hope this helps someone (certainely took me a while to figure out)!