Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Untitled attachment

Download link

Notices where this attachment appears

  1. MMN-o ✅⃠ (mmn@social.umeahackerspace.se)'s status on Sunday, 17-Feb-2019 12:25:39 UTC MMN-o ✅⃠ MMN-o ✅⃠
    @tom79 I'm not sure what you're asking really. Do you want to know the endpoints for subscribing to a !fediverse user on !GNUsocial? If you do a #WebFinger lookup you'll get this:
    curl -s https://social.umeahackerspace.se/.well-known/webfinger?resource=acct:mmn@social.umeahackerspace.se | json_pp
    ...
    "href" : "https://social.umeahackerspace.se/api/statuses/user_timeline/2.atom",
    "rel" : "http://schemas.google.com/g/2010#updates-from",
    ...

    The Atom feed, just like an PubSubHubbub enabled feed, has metadata for the subscription endpoint:

    curl -s https://social.umeahackerspace.se/api/statuses/user_timeline/2.atom | grep rel=.hub
    <link href="https://social.umeahackerspace.se/main/push/hub" rel="hub"/>

    To this hub you do the subscription dance for the feed URI (i.e. the Atom link from before): https://pubsubhubbub.github.io/PubSubHubbub/pubsubhubbub-core-0.4.html

    The activitystreams signalling - please note that this is optional, that is something else.
    In conversation Sunday, 17-Feb-2019 12:25:39 UTC from social.umeahackerspace.se at 63°49'42"N 20°15'34"E permalink
  • Help
  • About
  • FAQ
  • Privacy
  • Source
  • Version
  • Contact

Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.