Send a friend request to a user
cURL
curl --request POST \ --url https://api.papercuts.ai/v1/facebook/friends/request \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-User-Token: <api-key>' \ --data '{ "profileNames": [ "<string>" ] }'
{ "status": "ok" }
Your Papercuts API Key
User Token received while integrating end user accounts
Friend request sent successfully
The response is of type object.
object