Installing Mind Meister on Christian Mindmaps and Making a Premium Section for Subscribers
by Pure Pressure

1. What do I need Authentication for?
2. How do they open the editor window?
2.1. . In order to open the editor window, your service will need to make a post request exemplified by the following form source code:
2.1.1. What are the Parameters and what do they mean?
3. What are some websites that have tutorials?
3.1. FREE
3.2. COST
3.2.1. https://www.moneyscripts.net/tutorials/membership-suite/how-build-paid-membership-site-drupal-7
3.2.2. http://www.ubercart.org/
4. What files do I need to upload to my server?
5. What code do I need to insert into my website?
5.1. To embed the editor for a specific user you have to use an IFRAME with the correct syntax:
5.1.1. The auth_token needs to be retrieved via the mm.auth.getToken method.
5.1.2. The signature needs to be done with an API key as usual.