Is it possible to move a photo from one album to another using the graph api (or failing that, FQL, which I know less about)?
I see how I can add a photo to an album, so in theory I could download a photo, delete it, upload it to a different album, but that'd be pretty cumbersome and a lengthy operation.
I suppose it could be thought of one of two ways: - Change the album to which a photo belongs - Move a photo with a given ID from one album to another
I'm starting to fear its not possible, so hoping I'm missing something.