简体   繁体   中英

Not getting albums of some users in facebook sdk graph api

I am querying in graph api like this /userid/albums

I am getting response of most users successful but I am though not getting response of some users. It give me blank response-

{
   "data": [ ]
}

您需要向用户询问user_photos / friends_photos才能获得相关用户或其朋友的相册。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM