我被告知要在google api上工作。 它几乎和FB一样,但我在redirect_url上遇到了一些麻烦
这是我的应用用于获取访问令牌的网址
https://accounts.google.com/o/oauth2/auth?client_id=**********3-uiqulutgsobu5df302tup49v6e6ae5qu.apps.googleusercontent.com?&redirect_uri=http://localhost/Default1.aspx&scope=https://www.google.com/m8/feeds/&response_type=token
当我注册该应用时 我将redirect_url设置为
http://localhost/Default1.aspx
在我的项目中有一个名为Default.aspx的页面。该解决方案的名称是Googleprofiles。
它给了我一个错误: 无法找到资源。
描述:HTTP 404.您正在寻找的资源(或其中一个依赖项)可以
have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Default1.aspx
看起来很简单。但我无法解决它.. 需要一些专家帮助
由于 太阳
答案 0 :(得分:0)
您的redirect_uri
有误,请更改或将Default.aspx
重命名为Default1.aspx
:
redirect_uri=http://localhost/Default.aspx