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?

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top