...

/

Access the Owner's Resources

Access the Owner's Resources

Take a look at how we can access the resources of Facebook users with the help of access tokens.

Let's look at a React application that uses some endpoints of Facebook's Graph API. Using this API, we'll access Facebook user resources. Our Facebook developer app has not been published yet, so we can use the Facebook Graph API to access only our own or the test usersThe simulated accounts we can create in the developer app.' private resources. The access token retrieved in the previous lesson helps validate our requests, allowing us to access these resources. ...