I'm looking at the instructions that come in the yelp documentation of the Authorization Code Workflow process:
Base URL: GET https://biz.yelp.com/oauth2/authorize
parameters:
client_id,
redirect_uri,
response_type,
scope,
state.
r2r - enables respond to review permission.
The question is the following: why doesn't the application authorize me, why doesn't it show me the confirmation dialog box that names the app and the permissions that I request = r2r?
The error is as follows:
error= oauth_client_info_not_found&error_description=Specified client has not been set up with OAuth client info

I hope it shows me the permission confirmation window for the app.
