Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backfeed person tags (especially on photos) to the original posts #488

Open
tantek opened this issue Sep 24, 2015 · 12 comments
Open

backfeed person tags (especially on photos) to the original posts #488

tantek opened this issue Sep 24, 2015 · 12 comments
Labels

Comments

@tantek
Copy link
Contributor

tantek commented Sep 24, 2015

On typical photo silos that you can POSSE to (Facebook, Flickr), in addition to liking & commenting your friends can tag people they know in those posts.

On Instagram, you can add person-tags to your photos after the fact as well as during posting.

Bridgy should backfeed these silo person-tagging interactions just as it backfeeds comments for reasons that are helpful to the publisher particularly for photos:

https://indiewebcamp.com/photo#backfeed_person_tags

Originally requested: http://indiewebcamp.com/irc/2015-09-01#t1441140760078

Bridgy can do this by creating synthetic tag-reply posts (similar to reply posts), with "tag-of" markup and person-tag "u-category h-card" markup as documented here:

https://indiewebcamp.com/tag-reply
https://indiewebcamp.com/person-tag

And then send a webmention back to the original post like the existing Bridgy backfeed support.

@tantek
Copy link
Contributor Author

tantek commented Sep 24, 2015

If it's possible for Bridgy to figure out silo profile userid -> indieweb URL for each person-tag, that would be even better. A couple of thoughts:

  • Bridgy could use its own database of Auth'd in users from those silos to determine what their indieweb site it
  • Bridgy could do rel=me discovery on the silo profile to figure out their indieweb site (and perhaps cache that?)

This would be above and beyond just supporting backfeeding of person-tags, hence separate comment.

It might also be reasonable to put all the burden (freedom of choice) of converting a silo profile URL (e.g. FB/Flickr profile) to the indieweb equivalent. Capturing both possibilities here for consideration.

@snarfed
Copy link
Owner

snarfed commented Sep 24, 2015

👍 thanks for filing!

re discovering indieweb urls, you pretty much covered it. twitter, google+, and instagram actually all let you fetch anyone's profile via API, so we'd only have to do rel=me discovery for facebook. (not sure about flickr.)

@snarfed snarfed changed the title Bridgy should backfeed silo person-tags on POSSE copies especially photos Oct 19, 2015
@snarfed
Copy link
Owner

snarfed commented Nov 13, 2015

current silo support::

@snarfed
Copy link
Owner

snarfed commented Nov 18, 2015

one interesting wrinkle here is that we'd want to distinguish between the user's own tags and tags created by other people. ideally we would only backfeed the latter.

... except i suspect the APIs may not differentiate between them. I'll find out.

@snarfed
Copy link
Owner

snarfed commented Nov 18, 2015

yay, Facebook tells us, but i haven't yet found a way to determine a tag's creator in Flickr, either in photos.people.getList or nearby. @kylewm can you confirm?

@kylewm
Copy link
Contributor

kylewm commented Nov 18, 2015

I think you're right, I don't see a way to see who created a tag in the Flickr API

@kylewm
Copy link
Contributor

kylewm commented Nov 18, 2015

approaching from another direction you could poll flickr.people.getPhotosOf and backfeed any new photo of a person that comes from another account.

@snarfed snarfed added the now label Nov 19, 2015
@snarfed
Copy link
Owner

snarfed commented Nov 22, 2015

https://indiewebcamp.com/tag-reply doesn't have any indieweb examples. it's possible that no one consumes u-tag-of yet.

@snarfed snarfed removed the now label Nov 22, 2015
@tantek
Copy link
Contributor Author

tantek commented May 18, 2016

@snarfed re:

we'd want to distinguish between the user's own tags and tags created by other people. ideally we would only backfeed the latter.

I think I disagree. Even if you @-reply to your own tweet, you get backfed the @-reply.

Similarly, if you person-tag your own POSSE copy of a photo, you should get backfed the tag-reply.

no one consumes u-tag-of yet.

Unfortunately not. I'm not sure how to bootstrap this as a publisher.

@tantek
Copy link
Contributor Author

tantek commented Nov 27, 2017

Added sentence in the issue description about being able to add person-tags to your Instagram photos after the fact, as another case where you would want the person-tags backfed to your original photo post.

@tantek
Copy link
Contributor Author

tantek commented Nov 28, 2017

Slight issue name tweak to indicate specific scope of backfeeding to posts

@snarfed
Copy link
Owner

snarfed commented Dec 11, 2020

Looking at this again. Flickr's API now gives us each tag's author, which helps.

@tantek, I was unclear earlier (above) when I wanted to distinguish tags from the photo's author vs from other people. My actual motivation was to distinguish the original tags published with the photo, which (I expect) we shouldn't backfeed, from tags added later, which we should. Sadly I don't see a way to do that in the API.

@snarfed snarfed removed the SWAT0 label Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants