Skip to content

Dev/evols

Cédric requested to merge dev/evols into master

v1.3.0: Allow to use multi accounts with multi instances

  • storing json credentials in specified directory to be usable with any application
  • json credentials is named from Mastodon instance
  • allow to define redirect_uris in App registration and authorize URLs to get a smooth integration in third party application
  • allow to not store user token un app credentials as we can use differents users in same time (need user tokens to be stored by calling app)
  • generic method callApi() to allow to call directly any Mastodon API method, even if no existing helper method in TootoPHP

Merge request reports