質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top