我需要帮助 gmail 获取内容。
我创建了 myapps
Client ID: XXXXXXXX.apps.googleusercontent.com
Email address:
765792474035@developer.gserviceaccount.com
Client secret:
k2f2j0fFEdAt_EDTE0ATeQ3x
Redirect URIs: http://localhost/
JavaScript origins: http://localhost/
我的 javascript 函数
$('.invitecontact-gmail').click(function(){
https: accounts.google.com/o/oauth2/auth?scope=htttp://ww.google.com/m8/feeds/redirect_uri=redirect_uri=http:///&response_type=token&client_id=XXXXXXXXX.apps.googleusercontent.com;
});
此链接 dipaly 错误:invalid_request redirect_uri:
如何在本地主机中打开谷歌应用程序我尝试了我的应用程序 redirect_url 放在本地主机中。同样的错误来了
任何人请帮助我。