10REM / php-garmin-connect

A PHP adapter for interrogating the Garmin Connect "API"
MIT License
84 stars 41 forks source link

Authentication failed, and it looks like your account has been locked. #45

Closed pdolinaj closed 4 years ago

pdolinaj commented 4 years ago

Hi,

I am only now starting with this PHP library but I would like to know, when setting up the connection, what are the username and password?

$arrCredentials = array( 'username' => '', 'password' => '' );

I tried the CONSUMER KEY + CONSUMER SECRET when I created a new app here: https://developerportal.garmin.com/

But that's probably not correct.

Can anyone please point me to the right direction?

Thank you.