Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
PHP 7.3 support Added GET /users/fields Added POST /lost-password Added GET /threads/:threadId/navigation Added GET /posts/unread Added POST /notifications/custom Added GET /threads/:threadId/poll Added param fields for POST /users Added param before and after for GET /conversation-messages Added param thread_create_date and thread_update_date for GET /threads Added ids into response of GET /tags/find Added last_message into conversation data Added avatar links into recipient data Added thread_is_new and links.posts_unread into thread data Added user_is_admin, user_is_moderator and user_is_staff into user data Added like_users into post data Added follow_date and user data into response of GET /users/:userId/followers and GET /users/:userId/followings Added support for Api-Username-Inline-Style header Other performance improvements and bug fixes
PHP 7.2 support Added option to control limit and range of data accessible via API Added GET /tags/list Added GET /tags/:tagId Added POST /tools/ott Added param creator_user_id for GET `/threads/ Added param thread_prefix_id for GET `/threads/ Added param thread_tag_id for GET `/threads/ Added param quote_post_id for POST `/posts/ Added first_poster_avatar into links in thread data Added post_origin into post data Added user_external_auth into user data (contribution from Oleg Tsvetkov) Added support for subscription topic user_0 Added support for config.php configurations: $config['api']['pingQueueUserDefer'] $config['api']['publicSessionToken'] $config['api']['publicSessionClientId'] $config['api']['publicSessionScopes'] BREAKING CHANGE: user_fields to fields in user data Changed: mark thread read after replying (contribution from Luu Truong) Other performance improvements and bug fixes https://github.com/xfrocks/bdApi/releases/tag/v1.6.1
Added param reason for post/thread/profile post deletion Added latest_posts into thread data Added latest_comments into profile post data Added timeline_username into profile post data Added user_followers_total and user_followings_total into user data Added username into associatable user data Added user_unread_notification_count for alert ping Added support for thread prefixes Added support for social accounts association (Facebook, Google) Improved support for Google ID token Improved attachment data output Improved logging Fixed bugs