我正在制作一个定制的MS团队应用程序,在应用程序Im中,我试图从url中获取一个json,然后稍后显示内容。但是,获取失败了。我的目标是从提供的url中获取数据列表,然后在我的团队应用程序中的Tab中显示它,它将在这里:。// Copyright (c) Microsoft Corporation. All rights reserved.
import React from 'react';
在网站上,我注册了我的应用程序,将生成的客户端ID:和客户端秘密设置到我的应用程序中,并尝试与谷歌登录。不幸的是,我收到了错误消息:The redirect URI in the request: http://127.0.0.1:3000/auth/google_oauth2/callback did not match a registered redirect URI
scope=https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.co