【发布时间】:2018-08-22 09:49:24
【问题描述】:
我创建了一个应用程序来导出用户的谷歌联系人,但是当我重定向到该 URL 时,它显示 APP 未验证
define('IMPORT_URL','https://accounts.google.com/o/oauth2/auth?client_id=something.apps.googleusercontent.com&redirect_uri=https://www.somewebsite.com/Home/callback&scope=https://www.googleapis.com/auth/contacts.readonly&response_type=code');
【问题讨论】:
标签: php codeigniter oauth google-api google-authentication