我尝试设置Google Calendar API push notifications,但我不知道如何在我对POST方法的POST请求中访问我需要的auth_token_for_current_user
。我该如何访问它?
我在授权标题中询问承载之后的身份验证令牌部分。
POST https://www.googleapis.com/calendar/v3/calendars/my_calendar@gmail.com/events/watch 授权:Bearer auth_token_for_current_user
Content-Type:application / json
如果重要,我的注册域名是一个heroku实例。我知道如何在完成javascript quickstart tutorial后检索日历事件信息。