While authorizing a Trello client, we can get access token by two methods.
In URL fragment(e.g: https://example.com#token=7bda79bdhb91nd00)
In URL param(e.g: https://example.com?token=7bda79bdhb91nd00)
We can choose the desired method by changing the response_type in the authorization request.
This is mentioned here.
But the problem is, when I try with the token in the param, I am still getting the token in the URL fragment.
Can anyone tell me, Is there any problem with the methods or Is it different?
And also if you know how to do the OAuth 1.0 authorization in trello without using libraries in Java and JS, it would be a lot helpful.
I'm facing the same problem, I tried to get the token as param in the URL but I couldn't, I don't know if there's a way to do that or they implemented it to be a fragment in the URL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.