bridgy icon indicating copy to clipboard operation
bridgy copied to clipboard

backfeed responses to mentions/tags

Open snarfed opened this issue 8 years ago • 6 comments

when a silo post has mentions or person tags, we should try to backfeed responses to those users' web sites, if we can, in addition to any original post links we discover.

necessary if the third actor in indieweb http://indiewebcamp.com/SWAT0 is using a silo.

Looks like Flickr is the only remaining silo we'd do this for, via people.getPhotosOf etc.

snarfed avatar Nov 05 '15 18:11 snarfed

+1

This will help me get closer to uninstalling the Twitter app from my phone.

rhiaro avatar Nov 11 '15 18:11 rhiaro

Oh wait.. this is already implemented for @mentions on Twitter per #523?

rhiaro avatar Nov 11 '15 19:11 rhiaro

heh, sorry, it's definitely confusing. #523 is for mention posts themselves. this is for responses (likes, replies, etc) to those mention posts. related, but different.

i am starting to look at these now though, in hopes of getting silo SWAT0 running by IWC SF on 12/3. i'd love help!

snarfed avatar Nov 11 '15 19:11 snarfed

Gotcha! Awesome.

rhiaro avatar Nov 11 '15 19:11 rhiaro

current silo support is mostly the same as #523 + #488:

  • Twitter: yes for mentions, via search; no for photo people tags, they're not exposed in the API.
  • Google+: kind of for mentions, via search. details in #523. no for tags.
  • Flickr: yes, via people.getPhotosOf etc.
  • Facebook: yes for tags, no for mentions.
  • Instagram: no.

snarfed avatar Nov 12 '15 03:11 snarfed

For Flickr in particular, here is an example:

  • https://www.flickr.com/photos/zeldman/37368624414/ Jeffrey posted the photo, and person-tagged me in it. I got a Flickr notification, but I'm also signed up on Bridgy / Flickr so I'd expect to get a person-tag of tantek.com from Bridgy Backfeed

tantek avatar Nov 28 '17 03:11 tantek