Friendship confirmation request using RestApi
-
Hi I’m developing an app in flutter where I managed to send the friend request from user A to user B, but I don’t understand the logic to apply to accept the request. At the moment I was thinking of using the /buddypress/v1/friends/$requestId endpoint to return the request id and change is_confirmed from 0 to 1. but it doesn’t work
- You must be logged in to reply to this topic.