DEV Community

Discussion on: My $646 mistake with PHP

Collapse
 
ricardoboss profile image
Ricardo Boss

Looks like you also need to use the correct next_key_token. You are using the initial next_key_token from the first request in your URL.

Collapse
 
jringeisen profile image
Jonathon Ringeisen

Good catch! I'm actually not using the Google Web Service anymore so I won't be using this code but, still good to know.