Reputation: 1902
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.
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.
What can be the problem?
Upvotes: 1
Views: 644
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