Say I have a Facebook page
and there are n
number of people who liked
that page. Now I want to upload a photo on this page and tag all the people who liked
that page. Is this possible? If so how?
Asked
Active
Viewed 1,292 times
1

Charles
- 50,943
- 13
- 104
- 142

Sangeeth Saravanaraj
- 16,027
- 21
- 69
- 98
1 Answers
2
No, for several reasons:
- You can't retrieve a list of all fans of a page via the API
- You can only tag friends of the current user whose access token you're using in photos
- It's against policy to tag people in photos in which they don't actually appear

Igy
- 43,710
- 8
- 89
- 115