Executing the request using the access token

Once we have ;access_token, we can execute the request using ;access_token, as shown in the following screenshot:

As you can see in the preceding screenshot, we provide the access token in the request header called Authorization. We use the value of the format "Bearer {access_token}". Authentication succeeds and we get the expected resource details.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset