根据参考链接Fecha de Sorteo,Numero de sorteo,Numero de Juego,Nombre,Valores Principales,Comodines,DRAWNAME,Ganadores de Premio Mayor,Premio Mayor Garantizado
"8/25/2002 12:00:00 AM","1714","1","main","31,34,26,1,2,28","16","Loto","0",
,我选择第一种方式使用授权路径在Trello上实施OAuth。
涉及的网址请求为https://developers.trello.com/authorize
最后,程序会在浏览器位置停止使用网址https://trello.com/1/authorize?return_url=http://xxx/union/callback/trello&namae=xxx&key=xxx&callback_method=xxx&scope=read&expiration=30days
。
在我看来,令牌应该在"?"之后返回。而不是"#"。 因为"#"之后的字符串不会发送到服务器。
对于这个问题,这是trello的OAuth的错误还是我可以做任何事情来继续?