@mattiagrispo
Active 4 months, 2 weeks ago
-
Mattia Grispo started the topic Friendship confirmation request using RestApi in the forum How-to & Troubleshooting 1 year, 2 months ago
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