Conversation

Notices

  1. @kaniini I'm testing client to server # implementation of # So far I cannot even complete user authorization step and get the authenticated Actor's endpoints (whoami / verify credentials...) at # , because I don't know URL of the API point, see https://github.com/andstatus/andstatus/issues/499#issuecomment-457942709
    Could anybody help me?
    @mmn

    Wednesday, 30-Jan-19 15:55:20 UTC from loadaverage.org
    1. @kaniini  Thank you, after several attempts I figured out the correct full URL for the "whoami" API endpoint:
      https://pleroma.site/users/AndStatus/inbox - and I got JSON response. Will parse it and return to You to move further, if you don't mind :-)

      However, this URL, looking like an actor's inbox, is conceptually incorrect for the "whoami" call as even # spec says: "The inbox is discovered through the inbox property of an actor's profile".
      This is why the "whoami" call should be the same for every user, and not the "inbox" of a concrete user/actor.
      I think :-)

      This is "whoami" call where the authenticated Actor receives his/her profile information, including URLs of endpoints!

      ?!

      Thursday, 31-Jan-19 04:36:31 UTC from loadaverage.org