zsitro
zsitro

Reputation: 1902

vimeo api 401 invalid signature

I have an app based on vimeo php API and it works well with my old vimeo account where every vimeo app has an "Oauth2" tab in settings which I use in php api calls. It works fine.

enter image description here

However if I create a new vimeo account and create a vimeo app under that account the "Oauth2" tab is gone and only "Authentication" tab appears. I can find the keys under this tab as well Client identifier, Client secrets, but my php app throws 401 Invalid signature error.

enter image description here

What can be the problem?

Upvotes: 1

Views: 644

Answers (1)

Dashron
Dashron

Reputation: 3998

OAuth1 only works on the Advanced API, which has been deprecated. Later this year we will announce a shutdown date.

New users do not have the ability to use the Advanced API.

Upvotes: 1

Related Questions