Hi,
To start, I am a coding noob. I'm trying to make a Producteev extension for my favorite app launcher,
Alfred. I'm starting with a php file that I execute through the command line using 'php -f myscript.php' because that's how Alfred extensions execute script files.
Anyway, using this method, I'm able to successful obtain a token but when I try to perform something more advanced like curling in the php file or through the command line the url '/tasks/my_tasks.xml?api_key=11111111api_sig=111111', I get a 403 - Forbidden error and the message "Wrong api_key or signature" from Producteev. What's odd is when I open the same url in my browser, it works.
I've attached my code. Thanks in advance.