“An access token is required to request this resource” while accessing an album / photo with Facebook php sdk

后端 未结 6 865
执念已碎
执念已碎 2020-12-29 02:08

I am using the php sdk to access a user\'s albums and photos in a website. I am able to login and also able to retrieve all the info about the albums and photos.

How

6条回答
  •  执念已碎
    2020-12-29 02:23

    Try This url with valid userid and access token:

    https://graph.facebook.com/{userid}/photos?limit=20&access_token={access_token}

提交回复
热议问题