Questions tagged [photo-tagging]
26 questions
1
vote
1 answer
Facebook API: How to tag all the people who liked your page?
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?

Sangeeth Saravanaraj
- 16,027
- 21
- 69
- 98
1
vote
0 answers
Not able to tag photos on facebook using the android sdk
I am using the following code (from sdk examples "Hackbook") to add a tag to a photo after uploading it.
json = Util.parseJson(response);
photo_id = json.getString("id");
String relativePath = photo_id + "/tags/" + Utility.userUID;
Bundle params =…

Ankur Aggarwal
- 168
- 6
0
votes
0 answers
VOC Image tagging of online urls
I am searching an open source tool in order to annotate images. I know that there is some out there like ImgLab. However, I can only upload the images directly.
I would like to have a tool in which I can upload the urls of the images and the images…

Andi Maier
- 914
- 3
- 9
- 28
0
votes
1 answer
Auto Face Tagging Library
I am looking for library which can auto tag persons on a photo. The features is similar to Facebook, Picasa or iPhoto tagging function. Preferably it's able to run on Linux server, callable through PHP and Python. Any recommendation? Thanks.

Qinjie
- 1,786
- 2
- 19
- 32
0
votes
1 answer
WPF Create Rectangle Tags on Image from DataBinding
I'm trying to add image tags to a WPF image and I'm not having much luck. I'd like to do it through databinding if at all possible. Can I set a resource with a DataTemplate to take care of this?
Here's what I've been playing with to no avail:
…

Noah
- 13,821
- 4
- 36
- 45
0
votes
1 answer
Problem about querying the photo_tag using FQL on facebook?
I have an application which wanting to show the statistics about a friend who got tagged in a photo. The outcome seems odd.
e.g. I have a friend A. A is a friend of B but B isn't my friend. B has a photo and tag A to his photo. When my facebook…

Simon
- 1
- 1
0
votes
2 answers
Trying to retrieve a set of photos using ALAssetsLibrary
I am currently developing an iPhone application that implements face detection and tagging. I am using the SQLite database to store the tags and the url of corresponding images. Now, while retrieving I will be implementing some logic to filter out…

rkk817
- 117
- 1
- 13
0
votes
1 answer
Getting list of my friends that are tagged in a photo
Users, events and groups can all be tagged in a photo. In the available fields from photo_tag, you can't distinguish what subject id is a user, event or group. I want to just return a list of my friends that are tagged in a photo, ignoring events,…

Michael Waterfall
- 20,497
- 27
- 111
- 168
-1
votes
1 answer
Developing a photo tagging application (with possibiltiy of tagging unlimited tags)
Developing a facebook application similar to:
http://www.fostersartofchilling.com/introducing-strong
Their is an image that will be relieved if all the pixels are tagged.
Hovering on any pixel on the image previews the thumbnail of the user photo…

Kalpesh Panchal
- 965
- 9
- 20
-1
votes
1 answer
Is it possible to edit a post title on user facebook profile using facebook graph api?
I have done a facebook application which upload photos into default application album. I found that after the upload, there will be a post displayed on user profile saying 'Smi added 10 new photos to the album xxxxx.'. Is it possible to edit the…

Smi
- 1
-1
votes
2 answers
photo tagging using c#
How can I implement a photo tagging feature in C#? I want to develop similar functionality to sites like Orkut and Facebook.

Nagu
- 4,954
- 14
- 52
- 67