-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hey,
I was trying to connect to musycal.ly from a postman client so I tried to understand the Php code of src/musically.php, however, I am getting a 401 but I ain't sure about why.
There is my request:
[POST] https://api.musical.ly/rest/passport/v2/login?supportLoginVerify=true
Headers (22):
x-www-form-encoded:
And I am getting:
{
"timestamp": 1521470164701,
"status": 401,
"error": "Unauthorized",
"exception": "net.vickymedia.passport.composite.exception.UnauthorizedException",
"message": "Unauthorized",
"path": "/v2/login"
}
Do you have any idea why? The 3 Variables USERNAME, USER_EMAIL, and USER_PASSWORD are replaced by the correct values of course.
Thanks for any update !
Metadata
Metadata
Assignees
Labels
No labels

