when i use DotNetOpenAuth i see this error. why?
Error: invalid_request
Missing required parameter: scope.
Request Details:
- response_type=code
- redirect_uri=http://localhost:1228/Google.aspx
- state=
- client_id=.apps.googleusercontent.com
tanx
he
>> settings.ini<https://code.google.com/p/google-api-adwords-php/source/browse/src/Google/Api/Ads/AdWords/settings.ini#40>
>> .
>>
>> Regards,
>>
>> - Paul, AdWords API Team.
>>
>> On Sunday, 27 October 2013 11:14:33 UTC, Alan Coleman wrote:
>>
>> I'm successfully generating *$authorizationUrl* using the code below.
>> However on using that URL I'm receiving the error:
>>
>> *Missing required parameter: scope.*
>>
>> *OAUTH2_SCOPE* is being declared as a constant in the* AdWordsUser*class
*$authorizationUrl* using the code below.
> However on using that URL I'm receiving the error:
>
> *Missing required parameter: scope.*
>
> *OAUTH2_SCOPE* is being declared as a constant in the* AdWordsUser* class
> so I'm confused as to why it's not being carried acro
Hello everyone,
I'm successfully generating *$authorizationUrl* using the code below.
However on using that URL I'm receiving the error:
*Missing required parameter: scope.*
*OAUTH2_SCOPE* is being declared as a constant in the* AdWordsUser* class
so I'm confused as to why