使用trello OAuth的授权路由,然后在哈希标签#

根据参考链接https://developers.trello.com/authorize ,我select使用授权路由在Trello上实现OAuth的第一种方式。 涉及的url请求是https://trello.com/1/authorize?return_url=http://xxx/union/callback/trello&namae=xxx&key=xxx&callback_method=xxx&scope=read&expiration=30days

最后,程序在浏览器位置停止,地址为http://xxx/union/callback/trello#token=a1418eb97b298edc9a7a83fb85107bad4d2861cf46ac897037002aff778c3927

在我看来,代币应该在“?”之后返回 代替 ”#”。 因为“#”后的string不会被发送到服务器。

对于这个问题,这是一个trello的OAuth的错误,或者我可以做任何事情继续?