Facebook GUI can_upload doesn't always work

My app allows the user to upload photos to Facebook. Before uploading a photo, I will show the user a list of all my Facebook photo albums. According to Facebook, can_upload Determines if the UID can be uploaded to the album and returns true if the user owns the album, the album is empty and the app can add photos to the album. From his attempts, I can upload to some albums where can_upload is 0. The question is, how can I tell if I can upload any album?

+3


source to share





All Articles