Post

Replies

Boosts

Views

Activity

Reply to 401-Unauthorized developer token in Apple Music API
Sorry to ***** this thread, but I found the cause of my issue - directly using Date.now() (javascript) which returns the date in milliseconds, not seconds. Using the following to set your iat/exp will work: Math.floor(Date.now() / 1000)
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24