LearnDash LMS WordPress REST API User Authentication for Courses Listing

While working on a project where LearnDash LMS WordPress Plugin courses listing data needed to be fetched using LearnDash LMS REST API, I encountered following 403 response from API when you call the API with JWT Bearer Token for Authorization: { “code”: “ld_rest_cannot_view”, “message”: “Sorry, you are not allowed to view this item.”, “data”: {…

Apple Connect ( Apple SSO ) – Apple Social Login & Register WordPress Plugin using OAuth 2.0 Protocol

JSON API User Plus WordPress Plugin version 4.0.0 has added the feature for your website users to sign in using their Apple ID. you can easily add “Sign in with Apple” button with few clicks after providing Apple API credentials. In addition to website social login, there are two REST API endpoints available for you…

BuddyPress Groups avatar & cover endpoints for JSON API User Plus via REST calls

Four new endpoints have been added in the JSON API User Plus plugin for BuddyPress Groups component REST JSON API groups_get_avatar, groups_upload_avatar, groups_get_cover, groups_upload_cover. These endpoints have added missing features for the BuddyPress Groups component via REST API and now Groups endpoints can be used for mobile app to manage avatars and cover. Both Update…

BuddyPress Groups endpoints to invite users to join group for JSON API User Plus WordPress Plugin

Three new endpoints have been added in the JSON API User Plus plugin for BuddyPress Groups component to allow user to request membership of group, send user invitation to join BP group and oen admin endpoint to send multiple user group joining invite like whatsapp. These are the three new endpoints: groups_send_membership_request groups_invite_user groups_invite_users_admin 1. groups_send_membership_request Create a…