# XML-RPC API
本文档列出了所有 Tapatalk for Simple Machines Forum 2.0.* 插件 v4.5.7 中已实现的 API。
本文档尚不完善,目前仅包含从 References 复制过来的内容。
# Important Notice
With Tapatalk no longer updating their API documentation, shutting down their developer support forums and killing other third-party Tapatalk clients through their lawyers, I do not feel like continuing Forum Browser development is worth the effort.
-- Forum Browser for Ubuntu using the Tapatalk API, https://github.com/nikwen/forum-app
# TODO
- 根据实现校对文档
- 补充调用示例
# 在实现中存在但缺少文档的API
authorize_userget_bookmarked_topic怀疑是
get_subscribed_topic的类似方法create_topic使用了与
new_topic共同的实现,但是支持的参数数量不同。可能是旧版的 API 命名。reply_topic使用了与
reply_post共同的实现,但是支持的参数数量不同。可能是旧版的 API 命名。bookmark_topic怀疑是
subscribe_topic的类似方法unbookmark_topic怀疑是
unsubscribe_topic的类似方法attach_imagelogin_userupdate_push_status可能和 Tapatalk 的推送服务有关
prefetch_account看起来可能和 Tapatalk 账户服务的
forget_passwordAPI有关activate_account