I would like to create a new Trello map when a new user signs up for our web application.
To do this, I asked for a "read, write" token (name it "myToken") for my user, and I have my own application key (let's call it "myKey").
Since I could not find PHP-Wrapper, I first used Fiddler to check the HTTP message. In particular, I tried the following:
HTTP-POST URL: http:
However, this does not work. I am returning HTML code that shows a website that tells the user to log in! What am I doing wrong?
source share