我正在写一个服务器脚本能够把学校教务处的课程表导入到Google Calendar,但是Google Calendar V3 API必须要通过OAuth2,即用户登录Google 的登录页面返回一个token给我的脚本。这里的返回页面Google要求必须是一个互联网上的页面,但是在本地测试时IP是变动的,如何进行本地调试呢?
--Tsing Gu
--
You received this message because you are subscribed to the Google Groups "Chengdu GNU/Linux User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cdlug_communi...@googlegroups.com.
To post to this group, send email to cdlug_c...@googlegroups.com.
Visit this group at http://groups.google.com/group/cdlug_community?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
伪造的Token应该不能访问google的API吧