Missing required parameter: scope

2014-03-10 Thread fna6613
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

Re: Missing required parameter: scope when using $authorizationUrl

2013-11-04 Thread Paul Matthews (AdWords API Team)
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:

Re: Missing required parameter: scope when using $authorizationUrl

2013-11-04 Thread Alan Coleman
>> >> 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

Re: Missing required parameter: scope when using $authorizationUrl

2013-10-29 Thread Paul Matthews (AdWords API Team)
*$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

Missing required parameter: scope when using $authorizationUrl

2013-10-27 Thread Alan Coleman
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