Replies: 4 comments 10 replies
-
I have successfully connected with garmin and getActivitySummary using $tokenCredentials as given in the README But is there any way to getActivitySummary later by using connected userId , userIdentifier and Secret ? |
Beta Was this translation helpful? Give feedback.
-
The included example file for step #1 of OAuth 1.0a for says to use a function called getTemporaryCredentials (line 93 in example.php) which is not a function in the library source code that I can download? How do I get the temporary oauth_token & oath_token_secret to proceed to step #2? |
Beta Was this translation helpful? Give feedback.
-
Garmin user id Issue I have used the library function to get Garmin User Profile ID using the below code When I logged in to my garmin account, the View Profile link was found to be https://connect.garmin.com/modern/profile/3210730c-8149-46f2-89b2-64709fc256b5 I am not sure why the above function returns e6989c1a-6c40-4d75-841c-9e7818ff7562 Instead of 3210730c-8149-46f2-89b2-64709fc256b5 Please let me know If there is some issue or If I have missed something Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Can anyone help me. I have two issues. ( I am on PHP V8.x I believe)
PHP Warning: League\OAuth1\Client\Signature\HmacSha1Signature::League\OAuth1\Client\Signature{closure}(): Argument #2 ($value) must be passed by reference, value given in /home/hzp9n88nz96p/vendor/league/oauth1-client/src/Signature/EncodesQuery.php on line 33
Received error [{"errorMessage":"[1cf00fd8-6c33-4b7f-8e81-4991aa8473bb]duplicate backfill processed at 2022-06-13T16:20:30Z [2022-06-12T16:20:30Z to 2022-06-13T16:20:30Z]"}] with status code [409] when requesting historic activities summary. in /home/hzp9n88nz96p/vendor/stoufa06/php-garmin-connect-api/src/GarminApi.php:289 here is my code ( it is exactly from the example) $uploadStartTimeInSeconds = (new DateTime())->modify('-1 day')->getTimestamp(); // start time in seconds
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions