Justin
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Justin-
Justin commented,
Sorry about that my code should read, $sig = base64_encode(hash_hmac("sha256" , "GET api.ticketevolution.com/events?", "uSxypwsKuol3nJMxieGmfXU14L7RtNVnSkf45j0H",true)); $ch = curl_init(); curl_...
-
Justin commented,
Thank you for the reply, I have tried switching the hmac to binary format but I still get the 401 error from the sandbox and the production urls. My code now reads: $sig = base64_decode(hash_hma...
-
Justin commented,
Hey, Sorry for the typo the function should be base64_encode(). In the meantime I will see if I can configure the php library to work with the existing MVC framework of the site. Thanks.