I want to make a website which users can see their posted pictures on the page.
I have signed up for facebook API and have an app id and app secret.
I send users to the oauth to get the user's access token but I don't know what to do next.
https://graph.facebook.com/v3.0/me?fields=id,name,posts&access_token={#}
I thought this would work but I had the error below "An active access token must be used to query information about the current user.",