summaryrefslogtreecommitdiff
path: root/internal/platforms/linkedin/oauth2
AgeCommit message (Collapse)Author
2026-03-13chore: complete code quality audit fixesv1.2.6Paul Buetow
- Fixed failing test in config_test.go (hardcoded date) - Addressed unchecked error returns from Close() operations - Refactored large functions to follow SRP (run.go and main.go) - Added documentation to exported identifiers - Fixed linting errors (error message capitalization, errcheck) - Bumped version to v1.2.6
2026-02-17fix: improve LinkedIn API posting and authenticationv1.2.4Paul Buetow
- Add token validation before using cached credentials to prevent stale token issues - Add proper error handling for image upload initialization with helpful 426 messages - Skip data URI images instead of attempting to download them - Update default LinkedIn API version to 202601 (January 2026) - latest active version - Fix re-authentication flow for expired tokens Amp-Thread-ID: https://ampcode.com/threads/T-019c6d28-4526-7738-b593-9bd584baa478 Co-authored-by: Amp <amp@ampcode.com>
2025-02-26introduce run intervalPaul Buetow
2025-01-06colour function names to be more consistentPaul Buetow
2025-01-06refactor colors a bitPaul Buetow
2024-12-11refactor a bit againPaul Buetow
2024-12-10fixPaul Buetow
2024-11-08dont use logger but color outputterPaul Buetow
2024-11-03simplify testPaul Buetow
2024-10-18use context in oauth2Paul Buetow
2024-10-09can re-create token when unauthorizedPaul Buetow
2024-10-09can re-use access token for linkedin oauthPaul Buetow
2024-10-08fixPaul Buetow
2024-10-08more on the linkedin oauth refactoring. need to test the changes, though.Paul Buetow