snarfed / bridgy

📣 Connects your web site to social media. Likes, retweets, mentions, cross-posting, and more...
https://brid.gy
Creative Commons Zero v1.0 Universal
740 stars 52 forks source link

POSSE following/friending someone new #550

Open rhiaro opened 9 years ago

rhiaro commented 9 years ago

Minority edge-case as I don't think anyone else is doing follow posts yet, but whenever I follow/subscribe to someone (either website or silo profile) I post a h-entry with u-follow-of. I then go manually hit the follow button on the appropriate silo, but it'd be cool if bridgy publish could take care of that for me (specifically for twitter).

I'll look into implementing this myself when I have time, just thought I'd note it here in case anyone else is interested.

snarfed commented 9 years ago

wow, definitely an interesting idea! i'll even broaden this to other silos too. as usual, first task is to catalog each silo's API support for this.

btw @rhiaro, bridgy already noticed your follow posts (and needs improvement) in #511. :P

tantek commented 7 years ago

I have just run into this too, after having verified that the old hack for following via the Twitter posting API of just posting "f username" or "follow username" no longer works (i.e. using the "1.1/statuses/update" endpoint) - that is, that API now literally tweets that text instead of treating it like a follow command.

Wiki feature reference: https://indieweb.org/Twitter#POSSE_Follows_to_Twitter

snarfed commented 1 year ago

Fwiw https://fed.brid.gy/ supports this; it translates mf2 u-follow-of posts into AP follows, and vice versa.