Login  Register

RE: API for Nabble 2

Posted by Hugo <Nabble> on Dec 07, 2008; 6:31pm
URL: https://support.nabble.com/API-for-Nabble-2-tp792099p1625948.html

Would a specific URL work for you?
Nabble could provide a URL where your system fills in the parameters.
Example:
n2.nabble.com/Page.jtp?forum=<id>&owner=<owner-email>&password=<owner-pwd>&action=<add-or-remove>&user=<user-email>

Note that you would have to provide your email and password to prove that you are the owner of the forum. The action parameter is "add" or "remove" and the user param is the user to be added/removed. That page would return a "Success" or "Failed" message that you can use for any purpose.

Does that work for you?