I've upgraded to the 2.0 PHP version and when I do the metadata request with a
token I get this result:
INVALID_GADGET_TOKEN ('HMAC verification failure')
The failure point is in Crypto->hmacSha1Verify where the hmac key retrieved
from the config ('INSECURE_DEFAULT_KEY') does not match the one extracted from
the token. I am using a different config to build the token but I've checked
and the HMAC key on the token is also 'INSECURE_DEFAULT_KEY'.
Any ideas anyone?
Thanks
Justin Wyllie
