right now i am using https://github.com/nyalex/shopify-generating-api-token-guide and i get code ,timestamp ,signature before that in https://github.com/cmcdonaldca/ohShopify.phpi could not get code but fortunately now I successfully get them but here come problem signature_data is not equal to signaure
if (md5($signature_data) === $signature)
thats why i could not get access token :(
can you please tell me why that’s not working