Question

I have obtained images in which my friend has been tagged.

select link from photo where object_id in 
    (select object_id from photo_tag where subject=frindID

I have an image in which the my friend is tagged. The image is a group photo. I need to take only the face of my friend? how to do it using facebook api?

Was it helpful?

Solution

Obviously you cannot do that with Graph API.!!

But you can have the position of their tags: xcoord,ycoord in the pic.- if you can manipulate the actual photo with these.

Reference- Photo Tag

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top