I developing a process to upload a photo to a users account with the graph api. While I am successful with being able upload the photo. I unable to retrieve the same said photo that was uploaded just 2 seconds ago. Using a user’s access_token I get “false”. Using an Application’s access token i get
“A user access token is required to request this resource”
How are you suppose to retrieve the url of the photo that you just uploaded with the graph api
turns out I had to update my SDKs