Comment to 'Urgent Help Needed: Understanding UNA API and OAuth2 Module'
  • Hello @Olu Ade !

    If you mean this module https://unacms.com/view-product/oauth2-server then it is installed as any other app: via the Studio->Apps Market. Then you need to follow the instructions in the app itself. Could you please specify your purposes with API?

    • Hello @LeonidS

      What I want is the ability to automate the creation of new posts, discussions, and ads via feeds from an external source.

      The idea is to write an external program (using Go, Python, etc.) that reads from an RSS feed and creates news posts, discussions, and ads based on the feed data. We currently use Flarum, which has an exposed REST API for this purpose, but Flarum no longer meets our needs. UNA doesn't have this functionality, and I was wondering if it's something that can be easily implemented.

      Alternatively, is there documentation of UNA's data flow that shows how posts, discussions, and ads are created?

      I would really appreciate your help on this.

      Many thanks in advance.

      • Please follow UNA API documentation with secret key authentication and the provided example with curl command line on how to use this API:

        https://unacms.com/wiki/Dev-API#api-keys-authentication