We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
access_token
Seems that you are setting the wrong content type, at least it does not match the official documentation which requires application/json:
application/json
vimeo.js/lib/vimeo.js
Lines 333 to 346 in ef0771e
The function responses with in such case is:
<!doctype html> <html lang="en"> <head> <title>HTTP Status 400 – Bad Request</title> <style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style> </head> <body> <h1>HTTP Status 400 – Bad Request</h1> </body> </html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seems that you are setting the wrong content type, at least it does not match the official documentation which requires
application/json
:vimeo.js/lib/vimeo.js
Lines 333 to 346 in ef0771e
The function responses with in such case is:
The text was updated successfully, but these errors were encountered: