like-post-by-link

like-post-by-link

Nomix

Open Terminal (Mac/Linux) or Command Prompt (Windows) and copy-paste the following curl request. Please change
<token> – to your personal token. It remains the same for all your requests and devices;
<device-uuid> – to UUID (unique identifier) copied from NomixClient app on your device;
"link": "https://..." – to link to your post/reel.

curl -k --location 'https://179.43.141.41:35000/api/v1/tasks' \
--header 'Content-Type: application/json' \
--header 'X-Nomix-API-Key: <token>' \
--data '{
  "task-name": "like-post-by-link",
  "package-pattern": "com.instagram.android",
  "device-uuids": [
    "<device-uuid>"
  ],
  "context": {
    "link": "https://www.instagram.com/p/BJcxX5NDRKl"
  }
}'

Report Page