Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
We Distribute
  1. Home
  2. Technical Discussion
  3. Testing https://checkin.swf.pub/

Testing https://checkin.swf.pub/

Scheduled Pinned Locked Moved Technical Discussion
14 Posts 5 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • evan@activitypub.spaceE This user is from outside of this forum
    evan@activitypub.spaceE This user is from outside of this forum
    evan@activitypub.space
    wrote last edited by
    #1

    https://checkin.swf.pub/ is an example ActivityPub API client that implements the Geosocial schema for ActivityPub -- https://github.com/swicg/geosocial for details.

    I've been testing it with https://onepage.pub/ which has a pretty good implementation of the API. I'm interested in trying out some more servers, though; especially the OAuth 2.0 implementations.

    Right now, I know of Pleroma as an API implementation. Also, maybe Mitra, maybe Bonfire? Any other implementations of the API to recommend?

    julian@community.nodebb.orgJ 1 Reply Last reply
    0
    • evan@activitypub.spaceE evan@activitypub.space

      https://checkin.swf.pub/ is an example ActivityPub API client that implements the Geosocial schema for ActivityPub -- https://github.com/swicg/geosocial for details.

      I've been testing it with https://onepage.pub/ which has a pretty good implementation of the API. I'm interested in trying out some more servers, though; especially the OAuth 2.0 implementations.

      Right now, I know of Pleroma as an API implementation. Also, maybe Mitra, maybe Bonfire? Any other implementations of the API to recommend?

      julian@community.nodebb.orgJ This user is from outside of this forum
      julian@community.nodebb.orgJ This user is from outside of this forum
      julian@community.nodebb.org
      wrote last edited by
      #2

      That's a really good question, I am not actually aware of any list of software implementing the ActivityPub API.

      silverpill@mitra.social and steve@social.technoetic.com may have some leads.

      1 Reply Last reply
      0
      • silverpill@mitra.socialS This user is from outside of this forum
        silverpill@mitra.socialS This user is from outside of this forum
        silverpill@mitra.social
        wrote last edited by
        #3

        @julian @evan Mitra implements different kind of C2S API, it won't work with standard ActivityPub clients.
        I think Oni should work (it is developed by @mariusor).

        @steve

        mariusor@metalhead.clubM evan@activitypub.spaceE smallcircles@social.coopS 3 Replies Last reply
        0
        • silverpill@mitra.socialS silverpill@mitra.social

          @julian @evan Mitra implements different kind of C2S API, it won't work with standard ActivityPub clients.
          I think Oni should work (it is developed by @mariusor).

          @steve

          mariusor@metalhead.clubM This user is from outside of this forum
          mariusor@metalhead.clubM This user is from outside of this forum
          mariusor@metalhead.club
          wrote last edited by
          #4

          @evan yes, both the servers built with GoActivityPub (ONI, and FedBOX) support OAuth2 based on the information in the OAuth2 endpoints.

          I'm in the process of writing some documentation for people interested in building clients for them.

          @silverpill @julian @steve

          mariusor@metalhead.clubM evan@activitypub.spaceE 2 Replies Last reply
          0
          • mariusor@metalhead.clubM mariusor@metalhead.club

            @evan yes, both the servers built with GoActivityPub (ONI, and FedBOX) support OAuth2 based on the information in the OAuth2 endpoints.

            I'm in the process of writing some documentation for people interested in building clients for them.

            @silverpill @julian @steve

            mariusor@metalhead.clubM This user is from outside of this forum
            mariusor@metalhead.clubM This user is from outside of this forum
            mariusor@metalhead.club
            wrote last edited by
            #5

            @evan I think however the use-case of additional contexts won't be supported. The one way where GoActivityPub really diverges (hopefully temporarily) from the specification is that it does not persist the properties of ActivityStreams objects that are not part of the vanilla vocabulary. So GeoSocial types and properties would be stripped. 😞

            @silverpill @julian @steve

            evan@activitypub.spaceE 1 Reply Last reply
            0
            • mariusor@metalhead.clubM mariusor@metalhead.club

              @evan yes, both the servers built with GoActivityPub (ONI, and FedBOX) support OAuth2 based on the information in the OAuth2 endpoints.

              I'm in the process of writing some documentation for people interested in building clients for them.

              @silverpill @julian @steve

              evan@activitypub.spaceE This user is from outside of this forum
              evan@activitypub.spaceE This user is from outside of this forum
              evan@activitypub.space
              wrote last edited by
              #6

              mariusor@metalhead.club Do they support the ActivityPub API? All the collections and properties readable, and POST to outbox enabled?

              mariusor@metalhead.clubM 1 Reply Last reply
              0
              • mariusor@metalhead.clubM mariusor@metalhead.club

                @evan I think however the use-case of additional contexts won't be supported. The one way where GoActivityPub really diverges (hopefully temporarily) from the specification is that it does not persist the properties of ActivityStreams objects that are not part of the vanilla vocabulary. So GeoSocial types and properties would be stripped. 😞

                @silverpill @julian @steve

                evan@activitypub.spaceE This user is from outside of this forum
                evan@activitypub.spaceE This user is from outside of this forum
                evan@activitypub.space
                wrote last edited by
                #7

                mariusor@metalhead.club Arrive, Leave, Travel, origin, target and location are all part of the Activity Vocabulary spec.

                mariusor@metalhead.clubM 1 Reply Last reply
                0
                • silverpill@mitra.socialS silverpill@mitra.social

                  @julian @evan Mitra implements different kind of C2S API, it won't work with standard ActivityPub clients.
                  I think Oni should work (it is developed by @mariusor).

                  @steve

                  evan@activitypub.spaceE This user is from outside of this forum
                  evan@activitypub.spaceE This user is from outside of this forum
                  evan@activitypub.space
                  wrote last edited by
                  #8

                  silverpill@mitra.social Hey, thanks! That'll save me some time.

                  1 Reply Last reply
                  0
                  • evan@activitypub.spaceE evan@activitypub.space

                    mariusor@metalhead.club Do they support the ActivityPub API? All the collections and properties readable, and POST to outbox enabled?

                    mariusor@metalhead.clubM This user is from outside of this forum
                    mariusor@metalhead.clubM This user is from outside of this forum
                    mariusor@metalhead.club
                    wrote last edited by
                    #9

                    @evan yep.

                    1 Reply Last reply
                    0
                    • evan@activitypub.spaceE evan@activitypub.space

                      mariusor@metalhead.club Arrive, Leave, Travel, origin, target and location are all part of the Activity Vocabulary spec.

                      mariusor@metalhead.clubM This user is from outside of this forum
                      mariusor@metalhead.clubM This user is from outside of this forum
                      mariusor@metalhead.club
                      wrote last edited by
                      #10

                      @evan then, they're saved correctly... I didn't follow the link and I thought the GeoSocial vocabulary was an extension. 🙂

                      1 Reply Last reply
                      0
                      • silverpill@mitra.socialS silverpill@mitra.social

                        @julian @evan Mitra implements different kind of C2S API, it won't work with standard ActivityPub clients.
                        I think Oni should work (it is developed by @mariusor).

                        @steve

                        smallcircles@social.coopS This user is from outside of this forum
                        smallcircles@social.coopS This user is from outside of this forum
                        smallcircles@social.coop
                        wrote last edited by
                        #11

                        @silverpill @julian @evan @mariusor @steve

                        Also a good moment to drop link to this codeberg issue tracking C2S impls. Your additions most welcome 🙂

                        Link Preview Image
                        Which ActivityPub applications support Client-to-Server (C2S)?

                        delightful-fediverse-experience - A curated list of server applications supported on the ActivityPub Fediverse and related standards.

                        favicon

                        Codeberg.org (codeberg.org)

                        evan@activitypub.spaceE 2 Replies Last reply
                        0
                        • smallcircles@social.coopS smallcircles@social.coop

                          @silverpill @julian @evan @mariusor @steve

                          Also a good moment to drop link to this codeberg issue tracking C2S impls. Your additions most welcome 🙂

                          Link Preview Image
                          Which ActivityPub applications support Client-to-Server (C2S)?

                          delightful-fediverse-experience - A curated list of server applications supported on the ActivityPub Fediverse and related standards.

                          favicon

                          Codeberg.org (codeberg.org)

                          evan@activitypub.spaceE This user is from outside of this forum
                          evan@activitypub.spaceE This user is from outside of this forum
                          evan@activitypub.space
                          wrote last edited by
                          #12

                          smallcircles@social.coop Thanks! I added some comments. I'm excited to see more support here.

                          1 Reply Last reply
                          0
                          • smallcircles@social.coopS smallcircles@social.coop

                            @silverpill @julian @evan @mariusor @steve

                            Also a good moment to drop link to this codeberg issue tracking C2S impls. Your additions most welcome 🙂

                            Link Preview Image
                            Which ActivityPub applications support Client-to-Server (C2S)?

                            delightful-fediverse-experience - A curated list of server applications supported on the ActivityPub Fediverse and related standards.

                            favicon

                            Codeberg.org (codeberg.org)

                            evan@activitypub.spaceE This user is from outside of this forum
                            evan@activitypub.spaceE This user is from outside of this forum
                            evan@activitypub.space
                            wrote last edited by
                            #13

                            smallcircles@social.coop you might be happy to see that there's a new ActivityPub API task force:

                            Link Preview Image
                            GitHub - swicg/activitypub-api: ActivityPub API Task Force repository.

                            ActivityPub API Task Force repository. Contribute to swicg/activitypub-api development by creating an account on GitHub.

                            favicon

                            GitHub (github.com)

                            1 Reply Last reply
                            2
                            • smallcircles@social.coopS This user is from outside of this forum
                              smallcircles@social.coopS This user is from outside of this forum
                              smallcircles@social.coop
                              wrote last edited by
                              #14

                              @evan indeed, very nice! 👍

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              Powered by NodeBB Contributors
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups