공부 기록/영상 후기

WEB2 - OAuth 2.0 : 7. API 호출

yurison 2023. 3. 22. 17:57

https://youtu.be/Avdyl5FWdwA

Calling Google APIs

include the access token in a request to the API by including either an access_token query parameter

or an Authorization: Bearer HTTP header.