I've been trying for hours to get that code to work, but I keep getting an
error.
I'm using a test account with a "pending" developer token from a production
account.
The error I keep getting is this :
[RateExceededError ]
I've tried adding additional search parameters to restrict the search,
Both the GetKeywordIdeasExample and the GetPlacementIdeasExample keep
giving me this same problem.
I'm using a test account with developer token from a production acount.
I'm using PHP.
Op donderdag 18 juli 2013 14:14:27 UTC+2 schreef Danial Klimkin:
>
> Hello,
>
>
> RateExceeded error depend
I"v been fooling around with the PHP client library for about 10 hours now,
but I haven't been able to get anything to work except for the
"ConstantDataService".
Everything else I've tried keeps giving me a RateExceededError error.
Op vrijdag 11 oktober 2013 17:17:48 UTC+2 schreef Paul Matt
I'm having the same problem.
I did the following for a test account :
* download the PHP API library
* use developer token from production account
* get "native" client ID + client secret
* add client ID + client secret to API library
* run the "GetRefreshToken" file to get a refresh token
* add r
You got me thinking and I realised that I missed a step indeed.
In the PHP version, you need to manually replace the value of the variable
$code with the code generated by the URL. Then, the GetRefreshToken needs
to be rerun to get the refresh token.
With regards to the INCOMPLETE_SIGNUP issue,