http://www.miwit.com/b/mw_tip-1197
위 페이지를 참고해 프로젝트를 생성하고 키를 발급하면 된다.
$url="https://accounts.google.com/o/oauth2/auth?scope=profile&state=%2Fprofile&redirect_uri=[경로]";
$url=$url."&response_type=code&client_id=~.apps.googleusercontent.com&approval_prompt=force";
인증서 없이 링크를 위와 같이 생성하면 간단히 처리할 수 있다.
댓글 달기