Facebook Friend Request Sender| DataScrapify

Facebook Friend Request Sender

Subcribed Already 300+

Facebook Friend Request Sender

Try Free1 day trial then20$/Month

Facebook Friend Request Sender

Facebook Friend Request Sender - is Cloud based tool for sending friends request to any facebook profiles in bulk very fast. You can create many campaign for sending friends request to facebook group members.

Main Features:

  • Send friends request to all facebook profiles
  • Cloud Based tool
  • Realtime Statistic, how much message send with status
  • Export All log into multiple format : Excel/CSV/PDF

How to Use Tool

  • Enter campaign Name
  • Enter Facebook Profle URL list  Like 

https://www.facebook.com/RechtlicheDokumente/

https://www.facebook.com/profile.php?id=100013599793579

   or select Facebook group campaign

  • Enter Delay on Every Message
  • Enter Facebook Cookie.  Check Section How to get Cookie
  • Submit... Tool will start sending message to facebook profiles and show on screen. 

 

More you check Video

 

How to get Cookie

  1.  Download Cookie Chrome Extension https://chromewebstore.google.com/detail/export-cookie-json-file-f/nmckokihipjgplolmcmjakknndddifde?hl=en  and install
  2.  Login to your facebook 
  3.  Open  Cookie Chrome Extension and Export Cookie.

 

 

 

 

1 First Generate API key from My Profile on Top Right Side or click on this link after login  https://www.datascrapify.com/user/myprofile

 

2 Check Request URL and Request Example code below.

 

Request URL

https://www.datascrapify.com/api/Tool/FBFriendRequestSender


Request Data

{
"camp_name": "string",
"FacebookProfiles": "string",
"Cookie": "string",
"Delay": "string",

"Use_Proxy": true,

}

Parameter Defination

camp_name Insert Any Unique Name
FacebookProfiles insert your facebook username list  comma seperated example  testuser1, testuser2
Message set your message which you want to send
Cookie Insert facebook Cookie. check product information page how to get cookie
Delay Enter delay in second for send message to every user..more delay more better for security 
   
 

Request Header

Accept application/json
x_api_key [Your API key ] please check My Profile after login to DataScrapify.com

 

Example Code 

1  First Send Campaign Request, it will give you Response with processID

Curl

curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'x_api_key: [Your API KEY]' -d '{ \ 
   "camp_name": "string", \ 
   "FacebookProfiles": "string", \ 
   "Cookie": "string", \ 
   "Delay": "int", \ 
   "Use_Proxy": false, \ 
   "_ProxySettings": { \ 
     "ProxyServer": "string", \ 
     "ProxyPort": 0, \ 
     "ProxyAuthentification": true, \ 
     "ProxyAuthLogin": "string", \ 
     "ProxyAuthPassword": "string" \ 
   } \ 
 }' 'https://www.datascrapify.com/api/Tool/FBFriendRequestSender'


 

Response Body

"{\"status\":\"300\",\"processId\":\"\",\"msg\":\"API KEY INVALID\",\"output\":null}"

2 using processId , you can get all result data using below api

Request URL

Curl

curl -X GET --header 'Accept: application/json' --header 'x_api_key: test' 'https://www.datascrapify.com/api/Tool/GetCampResult?processId=dfdfd'
 

Response Body

"{\"status\":\"300\",\"processId\":\"\",\"msg\":\"API KEY INVALID\",\"output\":null}"
 
 

Contact Us via Email

support@datascrapify.com