I\'m struggling to fetch a request token from google when trying to access the APIs. I\'m receiving the standard 400 response. The request i\'m sending is almost identical t
It should be m.init(new SecretKeySpec("anonymous&".getBytes(), "HmacSHA1")); When the oauth_token_secret is empty, you still need the "&" joining the two secrets to make the complete signature key.