February 2019
Intermediate to advanced
446 pages
10h 55m
English
Now we can use this information to access the resources owned by the resource owner. For example, if http://localhost:8765/restaurantapi/v1/restaurants?name=o represents the restaurant with the ID of 1, then it should return the list of restaurants having o in their names.
Without the access token, if we enter the URL, it returns the Unauthorized error with the Full authentication is required to access this resource message.
Now, let's access http://localhost:8765/restaurantapi/v1/restaurants/1 with the access token, as shown in the following screenshot:

Read now
Unlock full access