Is it possible to use Facebooks graph API to tag people in an album? Note: I don't want to tag individual photos, but an album on the whole.
I have experimented with the facebook Graph API explorer and have found that the POST request to tag a facebook user in a photo does not work when you substitute the photo's id with an albums. It returned
{
"error": {
"message": "Unsupported post request.",
"type": "GraphMethodException",
"code": 100
}
}
Please Note: My question is not a duplicate of this question as my questions are about tagging albums NOT photos.