How do I use Google's “Simple API Access key” to access Google Calendar info (PHP)?

后端 未结 5 1354
温柔的废话
温柔的废话 2020-12-18 20:04

I\'m trying to use the Google API v3 to access one google calendar and according to the documentation here : http://code.google.com/apis/calendar/v3/using.html#intro and her

5条回答
  •  眼角桃花
    2020-12-18 20:28

    There is no such a thing called Simple API Access key.

    Normally OAuth 2.0 is used for authorization. But since you have your reason not to use it.

    • If you want to use OAuth1.0 for authorization. You need an API key in Simple API Access section on the API Access page.
    • If you want to use username & password login instead of OAuth, you can refer to ClientLogin, but this is not recommanded.

提交回复
热议问题