Using the MesDiscussions.net Forum SDK and Webservices
Chapter 1 • interact with the forum
Summary
Search
Summary
1
• interact with the forum
1.1
• SDK
1.2
• SOAP Webservices
2
• Important variables and “simple” functions
2.1
• Important variables provided by initialize.php. Useful when using the SDK.
2.2
• Essential Information
2.2.1
• For the SDK
2.2.2
• For SOAP and PHP webservices
2.2.3
• Retrieving the different IDs
2.3
• SDK Function Examples
2.3.1
• Retrieving a topic title
2.3.2
• Retrieve the number of registered members on a given forum or on all the forums hosted by the server.
2.3.3
• Activating email notification
2.3.4
• Create a new topic
2.3.5
• Add a reply to a topic
3
• SDK Tutorial
3.1
• Tutorial: Create a personalized homepage
4
• Webservices
4.1
• Webservice : create_topic
4.2
• Add Answer Webservice
4.3
• Message Edition Webservice
4.4
• Message/Topic Deletion Webservice
4.5
• Sub category Creation Webservice
4.6
• Sub category URL Retrieval Webservice
4.7
• Sub category renaming Webservice
4.8
• Sub category Deletion Webservice
4.9
• Sub category Topics Display Webservices
4.10
• Topic URL Retrieval WebService
4.11
• Topic Reply Number and URL Retrieval Webservice
4.12
• Topic Content Retrieval Webservice
4.13
• Topic Content Retrieval Webservice: offset
4.13.1
• Pagination Management Example via the read_topic_page Webservice
4.14
• User Creation Webservice
4.14.1
• create_user_auto
4.14.2
• create_user_with_id
4.15
• User Password Update Webservice
4.16
• User Email Update Webservice
1 interact with the forum
The MyDiscussions.net forum provides several tools for you to interact with the forum
1.1 • SDK
1.2 • SOAP Webservices
1.1 SDK