It's possible to get access for tags on friends' photo from facebook app? Lets assume I have friends_photos permission.
edit:
If yes, how to do it using Graph API? How would I know on which photo is tag I have got from Graph API?
|
It's possible to get access for tags on friends' photo from facebook app? Lets assume I have friends_photos permission. edit: If yes, how to do it using Graph API? How would I know on which photo is tag I have got from Graph API? |
||||
|
|
|
FQL the photo_tag table. You can graph FQL with: |
|||
|
|
|
Yes, take a look at:
more at: http://developers.facebook.com/docs/reference/rest/photos.getTags/ |
|||
|
|