Okay, so I'm having an issue with my application... Now I'm getting the following:
The remote server returned an error: (400) Bad Request.
Fixed the uri, now I'm getting an invalid Token error, am I getting my token incorrectly? Also I would like to make it a session token instead of single use?
The Token is an example Token, I've tried it with and without the 1% in the front of it. I use this link to get my Token:
The key is taken directly from my Google Code and I know it works.
Here's a link to my code.